#875013

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

Shades of Saddle Brown #875013

Tints of Saddle Brown #875013

Color information

#875013 (or 0x875013) is unknown color: approx Saddle Brown. HEX triplet: 87, 50 and 13. RGB value is (135,80,19). Sum of RGB (Red+Green+Blue) = 135+80+19=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #875013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875013 is #78AFEC. Grayscale: #595959. Windows color (decimal): -7909357 or 1265799. OLE color: 1265799.

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

Color convert

RGB1358019-
CMYK00.410.860.47
HSL31.55º75.32%30.2%-
HSV(B)31.55º85.93%52.94%-
XYZ12.9810.942.04-
YUV89.4988.22160.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.69%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 19 (7.81% from 255) = 8.12%
R=57.69%
G=34.19%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135801900.410.860.4731.5575.3230.2
Hex875013029562F204b1e
Octal20712023051126574011336
Binary1000011110100001001101010011010110101111100000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875013; }

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

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

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

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

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

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

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

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