#875514

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

Shades of Saddle Brown #875514

Tints of Saddle Brown #875514

Color information

#875514 (or 0x875514) is unknown color: approx Saddle Brown. HEX triplet: 87, 55 and 14. RGB value is (135,85,20). Sum of RGB (Red+Green+Blue) = 135+85+20=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #875514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875514 is #78AAEB. Grayscale: #5C5C5C. Windows color (decimal): -7908076 or 1332615. OLE color: 1332615.

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

Color convert

RGB1358520-
CMYK00.370.850.47
HSL33.91º74.19%30.39%-
HSV(B)33.91º85.19%52.94%-
XYZ13.3711.72.22-
YUV92.5487.06158.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.25%
GREEN value IS 85 (33.59% from 255) = 35.42%
BLUE value IS 20 (8.20% from 255) = 8.33%
R=56.25%
G=35.42%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135852000.370.850.4733.9174.1930.39
Hex875514025552F224a1e
Octal20712524045125574211236
Binary1000011110101011010001001011010101101111100010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875514; }

 p { color: rgb(135,85,20); }

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

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

 a { background-color: rgb(135,85,20); }

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

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

 span { border-color: rgb(135,85,20); }

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