#875712

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

Shades of Golden Brown #875712

Tints of Golden Brown #875712

Color information

#875712 (or 0x875712) is unknown color: approx Golden Brown. HEX triplet: 87, 57 and 12. RGB value is (135,87,18). Sum of RGB (Red+Green+Blue) = 135+87+18=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #875712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875712 is #78A8ED. Grayscale: #5D5D5D. Windows color (decimal): -7907566 or 1202055. OLE color: 1202055.

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

Color convert

RGB1358718-
CMYK00.360.870.47
HSL35.38º76.47%30%-
HSV(B)35.38º86.67%52.94%-
XYZ13.5112.012.18-
YUV93.4985.4157.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.25%
GREEN value IS 87 (34.38% from 255) = 36.25%
BLUE value IS 18 (7.42% from 255) = 7.5%
R=56.25%
G=36.25%
B=7.5%

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
Decimal135871800.360.870.4735.3876.4730
Hex875712024572F234c1e
Octal20712722044127574311436
Binary1000011110101111001001001001010111101111100011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875712; }

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

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

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

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

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

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

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

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