#875213

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

Shades of Saddle Brown #875213

Tints of Saddle Brown #875213

Color information

#875213 (or 0x875213) is unknown color: approx Saddle Brown. HEX triplet: 87, 52 and 13. RGB value is (135,82,19). Sum of RGB (Red+Green+Blue) = 135+82+19=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #875213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875213 is #78ADEC. Grayscale: #5A5A5A. Windows color (decimal): -7908845 or 1266311. OLE color: 1266311.

HSL color Cylindrical-coordinate representation of color #875213: hue angle of 32.59º 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 #875213 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB1358219-
CMYK00.390.860.47
HSL32.59º75.32%30.2%-
HSV(B)32.59º85.93%52.94%-
XYZ13.1311.232.09-
YUV90.6687.56159.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.20%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 19 (7.81% from 255) = 8.05%
R=57.20%
G=34.75%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135821900.390.860.4732.5975.3230.2
Hex875213027562F214b1e
Octal20712223047126574111336
Binary1000011110100101001101001111010110101111100001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875213; }

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

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

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

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

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

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

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

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