#885114

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

Shades of Saddle Brown #885114

Tints of Saddle Brown #885114

Color information

#885114 (or 0x885114) is unknown color: approx Saddle Brown. HEX triplet: 88, 51 and 14. RGB value is (136,81,20). Sum of RGB (Red+Green+Blue) = 136+81+20=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #885114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885114 is #77AEEB. Grayscale: #5A5A5A. Windows color (decimal): -7843564 or 1331592. OLE color: 1331592.

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

Color convert

RGB1368120-
CMYK00.400.850.47
HSL31.55º74.36%30.59%-
HSV(B)31.55º85.29%53.33%-
XYZ13.2211.172.12-
YUV90.4988.22160.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.38%
GREEN value IS 81 (32.03% from 255) = 34.18%
BLUE value IS 20 (8.20% from 255) = 8.44%
R=57.38%
G=34.18%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136812000.400.850.4731.5574.3630.59
Hex885114028552F204a1f
Octal21012124050125574011237
Binary1000100010100011010001010001010101101111100000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885114; }

 p { color: rgb(136,81,20); }

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

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

 a { background-color: rgb(136,81,20); }

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

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

 span { border-color: rgb(136,81,20); }

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