Html Css Color HEX #844208 Saddle Brown

📋 copy color: '#844208'

red 132 ◦ green 66 ◦ blue 8

#844208
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #844208

Tints of Saddle Brown #844208

RGB

 RED value IS 132 (51.95% from 255) = 64.08%

 GREEN value IS 66 (26.17% from 255) = 32.04%

 BLUE value IS 8 (3.52% from 255) = 3.88%

R = 64.08%
G = 32.04%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.94

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#844208 (or 0x844208) is known color: Saddle Brown. HEX triplet: 84, 42 and 08. RGB value is (132,66,8). Sum of RGB (Red+Green+Blue) = 132+66+8=206 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.08% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 132 - color contains mainly: red. Hex color #844208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844208 is #7BBDF7. Grayscale: #4F4F4F. Windows color (decimal): -8109560 or 541316. OLE color: 541316.

HSL color Cylindrical-coordinate representation of color #844208: hue angle of 28.06º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #844208 is Cyan = 0, Magento = 0.5, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 66 8 -
CMYK 0 0.5 0.94 0.48
HSL 28.06º 0.89% 0.27% -
HSV(B) 28.06º 0.94% 0.52% -
XYZ 11.51 8.82 1.33 -
YUV 79.12 87.87 165.72 -
System Red Green Blue C M Y K H S L
Decimal 132 66 8 0 0.5 0.94 0.48 28.06 0.89 0.27
Hex 84 42 8 0 32 5E 30 1C 59 1B
Octal 204 102 10 0 62 136 60 34 131 33
Binary 10000100 1000010 1000 0 110010 1011110 110000 11100 1011001 11011

Color Harmonies of #844208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844208

Black with #844208

Text Example


Text Example

White with #844208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844208; }

 p { color: rgb(132,66,8); }

 H1.HeaderClassName
 {
   color: #844208;
 }
 .AnyTagClassName
 {
   color: #844208;
 }
</style>

background-color css

<style>
 a { background-color: #844208; }

 a { background-color: rgb(132,66,8); }

 div.DivClassName
 {
   background-color: #844208;
 }
 .BgClassName
 {
   background-color: #844208;
 }
</style>

border-color css

<style>
 span { border-color: #844208; }

 span { border-color: rgb(132,66,8); }

 td.TdClassName
 {
   border-color: #844208;
 }
 .TagClassName
 {
   border-color: #844208;
 }
</style>