#875612

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

Shades of Saddle Brown #875612

Tints of Saddle Brown #875612

Color information

#875612 (or 0x875612) is unknown color: approx Saddle Brown. HEX triplet: 87, 56 and 12. RGB value is (135,86,18). Sum of RGB (Red+Green+Blue) = 135+86+18=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #875612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875612 is #78A9ED. Grayscale: #5D5D5D. Windows color (decimal): -7907822 or 1201799. OLE color: 1201799.

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

Color convert

RGB1358618-
CMYK00.360.870.47
HSL34.87º76.47%30%-
HSV(B)34.87º86.67%52.94%-
XYZ13.4311.852.15-
YUV92.985.73158.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.49%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 18 (7.42% from 255) = 7.53%
R=56.49%
G=35.98%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135861800.360.870.4734.8776.4730
Hex875612024572F234c1e
Octal20712622044127574311436
Binary1000011110101101001001001001010111101111100011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875612; }

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

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

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

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

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

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

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

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