#875016

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

Shades of Saddle Brown #875016

Tints of Saddle Brown #875016

Color information

#875016 (or 0x875016) is unknown color: approx Saddle Brown. HEX triplet: 87, 50 and 16. RGB value is (135,80,22). Sum of RGB (Red+Green+Blue) = 135+80+22=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #875016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875016 is #78AFE9. Grayscale: #5A5A5A. Windows color (decimal): -7909354 or 1462407. OLE color: 1462407.

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

Color convert

RGB1358022-
CMYK00.410.840.47
HSL30.8º71.97%30.78%-
HSV(B)30.8º83.7%52.94%-
XYZ13.0110.952.19-
YUV89.8389.72160.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.96%
GREEN value IS 80 (31.64% from 255) = 33.76%
BLUE value IS 22 (8.98% from 255) = 9.28%
R=56.96%
G=33.76%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135802200.410.840.4730.871.9730.78
Hex875016029542F1f481f
Octal20712026051124573711037
Binary100001111010000101100101001101010010111111111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875016; }

 p { color: rgb(135,80,22); }

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

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

 a { background-color: rgb(135,80,22); }

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

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

 span { border-color: rgb(135,80,22); }

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