#885218

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

Shades of Saddle Brown #885218

Tints of Saddle Brown #885218

Color information

#885218 (or 0x885218) is unknown color: approx Saddle Brown. HEX triplet: 88, 52 and 18. RGB value is (136,82,24). Sum of RGB (Red+Green+Blue) = 136+82+24=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #885218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885218 is #77ADE7. Grayscale: #5B5B5B. Windows color (decimal): -7843304 or 1593992. OLE color: 1593992.

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

Color convert

RGB1368224-
CMYK00.400.820.47
HSL31.07º70%31.37%-
HSV(B)31.07º82.35%53.33%-
XYZ13.3411.332.35-
YUV91.5389.89159.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.20%
GREEN value IS 82 (32.42% from 255) = 33.88%
BLUE value IS 24 (9.77% from 255) = 9.92%
R=56.20%
G=33.88%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136822400.400.820.4731.077031.37
Hex885218028522F1f461f
Octal21012230050122573710637
Binary100010001010010110000101000101001010111111111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885218; }

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

 H1.HeaderClassName
 {
   color: #885218;
 }
 .AnyTagClassName
 {
   color: #885218;
 }
</style>
background-color css

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

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

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

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

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

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