Html Css Color HEX #885208 Saddle Brown

📋 copy color: '#885208'

red 136 ◦ green 82 ◦ blue 8

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

Shades of Saddle Brown #885208

Tints of Saddle Brown #885208

RGB

 RED value IS 136 (53.52% from 255) = 60.18%

 GREEN value IS 82 (32.42% from 255) = 36.28%

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

R = 60.18%
G = 36.28%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#885208 (or 0x885208) is known color: Saddle Brown. HEX triplet: 88, 52 and 08. RGB value is (136,82,8). Sum of RGB (Red+Green+Blue) = 136+82+8=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #885208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885208 is #77ADF7. Grayscale: #5A5A5A. Windows color (decimal): -7843320 or 545416. OLE color: 545416.

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

Color convert

RGB 136 82 8 -
CMYK 0 0.40 0.94 0.47
HSL 34.69º 0.89% 0.28% -
HSV(B) 34.69º 0.94% 0.53% -
XYZ 13.21 11.29 1.71 -
YUV 89.71 81.89 161.02 -
System Red Green Blue C M Y K H S L
Decimal 136 82 8 0 0.40 0.94 0.47 34.69 0.89 0.28
Hex 88 52 8 0 28 5E 2F 23 59 1C
Octal 210 122 10 0 50 136 57 43 131 34
Binary 10001000 1010010 1000 0 101000 1011110 101111 100011 1011001 11100

Color Harmonies of #885208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885208

Black with #885208

Text Example


Text Example

White with #885208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885208; }

 p { color: rgb(136,82,8); }

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

background-color css

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

 a { background-color: rgb(136,82,8); }

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

border-color css

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

 span { border-color: rgb(136,82,8); }

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