#885208

Color #885208 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #885208

Tints of Saddle Brown #885208

Color information

#885208 (or 0x885208) is unknown color: approx 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

RGB136828-
CMYK00.400.940.47
HSL34.69º88.89%28.24%-
HSV(B)34.69º94.12%53.33%-
XYZ13.2111.291.71-
YUV89.7181.89161.02-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13682800.400.940.4734.6988.8928.24
Hex885280285E2F23591c
Octal21012210050136574313134
Binary100010001010010100001010001011110101111100011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>