Color Hex Logo

#824922 Color Hex

#824922
(130,73,34)
0 Favorites   0 Comments

Color spaces of #824922

RGB 1307334
HSL0.070.590.32
HSV24°74°51°
CMYK 0.000.440.74   0.49
XYZ11.87729.62642.7455
Yxy9.62640.48980.3970
Hunter Lab31.026414.035116.4720
CIE-Lab37.163420.821733.0134

#824922 color RGB value is (130,73,34).

#824922 hex color red value is 130, green value is 73 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #824922 hue: 0.07 , saturation: 0.59 and the lightness value of 824922 is 0.32.

The process color (four color CMYK) of #824922 color hex is 0.00, 0.44, 0.74, 0.49. Web safe color of #824922 is #993333. Color #824922 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001001 00100010
Octal 202 111 42
Decimal 130 73 34
Hex 82 49 22

RGB Percentages of Color #824922

%54.85
%30.80
%14.35

CMYK Percentages of Color #824922

%0
%44
%74
%49

Triadic Colors of #824922

#824922 #228249 #492282

Analogous Colors of #824922

#824922 #827922 #82222b

Monochromatic Colors of #824922

#824922

Complementary Color

#824922 #225b82

#824922 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824922 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824922 Color CSS Codes

.mybgcolor {background-color:#824922; } 
.myforecolor {color:#824922; }
.mybordercolor {border:3px solid #824922; }

#824922 Text Font Color

<p style="color:#824922">Text here</p>

This sample text font color is #824922
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#824922 Background Color

<div style="background-color:#824922">
Div content here</div>

This div background color is #824922


#824922 Border Color

<div style="border:3px solid #824922">
Div here</div>

This div border color is #824922


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,73,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #824922; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #824922;
  -webkit-box-shadow: 1px 1px 3px 2px #824922;
  box-shadow:         1px 1px 3px 2px #824922; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,73,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #824922">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #824922;
  -webkit-box-shadow: 1px 1px 3px 2px #824922;
  box-shadow:         1px 1px 3px 2px #824922;">
Div content here</div>

This div box has shadow with color #824922


Comments

No comments written yet.

Please login to write comment.