#876204

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

Shades of Golden Brown #876204

Tints of Golden Brown #876204

Color information

#876204 (or 0x876204) is unknown color: approx Golden Brown. HEX triplet: 87, 62 and 04. RGB value is (135,98,4). Sum of RGB (Red+Green+Blue) = 135+98+4=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #876204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876204 is #789DFB. Grayscale: #626262. Windows color (decimal): -7904764 or 287367. OLE color: 287367.

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

Color convert

RGB135984-
CMYK00.270.970.47
HSL43.05º94.24%27.25%-
HSV(B)43.05º97.04%52.94%-
XYZ14.3813.92.04-
YUV98.3574.76154.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.96%
GREEN value IS 98 (38.67% from 255) = 41.35%
BLUE value IS 4 (1.95% from 255) = 1.69%
R=56.96%
G=41.35%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13598400.270.970.4743.0594.2427.25
Hex8762401B612F2b5e1b
Octal2071424033141575313633
Binary1000011111000101000110111100001101111101011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876204; }

 p { color: rgb(135,98,4); }

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

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

 a { background-color: rgb(135,98,4); }

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

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

 span { border-color: rgb(135,98,4); }

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