#876000

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

Shades of Golden Brown #876000

Tints of Golden Brown #876000

Color information

#876000 (or 0x876000) is unknown color: approx Golden Brown. HEX triplet: 87, 60 and 00. RGB value is (135,96,0). Sum of RGB (Red+Green+Blue) = 135+96+0=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #876000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876000 is #789FFF. Grayscale: #616161. Windows color (decimal): -7905280 or 24711. OLE color: 24711.

HSL color Cylindrical-coordinate representation of color #876000: hue angle of 42.67º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #876000 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB135960-
CMYK00.2910.47
HSL42.67º100%26.47%-
HSV(B)42.67º100%52.94%-
XYZ14.1713.521.86-
YUV96.7273.42155.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.44%
GREEN value IS 96 (37.89% from 255) = 41.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.44%
G=41.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13596000.2910.4742.6710026.47
Hex8760001D642F2b641a
Octal2071400035144575314432
Binary10000111110000000111011100100101111101011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876000; }

 p { color: rgb(135,96,0); }

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

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

 a { background-color: rgb(135,96,0); }

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

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

 span { border-color: rgb(135,96,0); }

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