#875017

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

Shades of Saddle Brown #875017

Tints of Saddle Brown #875017

Color information

#875017 (or 0x875017) is unknown color: approx Saddle Brown. HEX triplet: 87, 50 and 17. RGB value is (135,80,23). Sum of RGB (Red+Green+Blue) = 135+80+23=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #875017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875017 is #78AFE8. Grayscale: #5A5A5A. Windows color (decimal): -7909353 or 1527943. OLE color: 1527943.

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

Color convert

RGB1358023-
CMYK00.410.830.47
HSL30.54º70.89%30.98%-
HSV(B)30.54º82.96%52.94%-
XYZ13.0110.952.24-
YUV89.9590.22160.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.72%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 23 (9.38% from 255) = 9.66%
R=56.72%
G=33.61%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135802300.410.830.4730.5470.8930.98
Hex875017029532F1f471f
Octal20712027051123573710737
Binary100001111010000101110101001101001110111111111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875017; }

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

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

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

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

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

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

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

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