#875512

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

Shades of Saddle Brown #875512

Tints of Saddle Brown #875512

Color information

#875512 (or 0x875512) is unknown color: approx Saddle Brown. HEX triplet: 87, 55 and 12. RGB value is (135,85,18). Sum of RGB (Red+Green+Blue) = 135+85+18=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #875512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875512 is #78AAED. Grayscale: #5C5C5C. Windows color (decimal): -7908078 or 1201543. OLE color: 1201543.

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

Color convert

RGB1358518-
CMYK00.370.870.47
HSL34.36º76.47%30%-
HSV(B)34.36º86.67%52.94%-
XYZ13.3511.692.13-
YUV92.3186.06158.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.72%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 18 (7.42% from 255) = 7.56%
R=56.72%
G=35.71%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135851800.370.870.4734.3676.4730
Hex875512025572F224c1e
Octal20712522045127574211436
Binary1000011110101011001001001011010111101111100010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875512; }

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

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

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

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

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

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

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

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