Html Css Color HEX #854208 Saddle Brown

📋 copy color: '#854208'

red 133 ◦ green 66 ◦ blue 8

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

Shades of Saddle Brown #854208

Tints of Saddle Brown #854208

RGB

 RED value IS 133 (52.34% from 255) = 64.25%

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

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

R = 64.25%
G = 31.88%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#854208 (or 0x854208) is known color: Saddle Brown. HEX triplet: 85, 42 and 08. RGB value is (133,66,8). Sum of RGB (Red+Green+Blue) = 133+66+8=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #854208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854208 is #7ABDF7. Grayscale: #4F4F4F. Windows color (decimal): -8044024 or 541317. OLE color: 541317.

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

Color convert

RGB 133 66 8 -
CMYK 0 0.50 0.94 0.48
HSL 27.84º 0.89% 0.28% -
HSV(B) 27.84º 0.94% 0.52% -
XYZ 11.66 8.9 1.33 -
YUV 79.42 87.7 166.22 -
System Red Green Blue C M Y K H S L
Decimal 133 66 8 0 0.50 0.94 0.48 27.84 0.89 0.28
Hex 85 42 8 0 32 5E 30 1C 59 1C
Octal 205 102 10 0 62 136 60 34 131 34
Binary 10000101 1000010 1000 0 110010 1011110 110000 11100 1011001 11100

Color Harmonies of #854208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854208

Black with #854208

Text Example


Text Example

White with #854208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854208; }

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

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

background-color css

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

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

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

border-color css

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

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

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