#876200

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

Shades of Golden Brown #876200

Tints of Golden Brown #876200

Color information

#876200 (or 0x876200) is unknown color: approx Golden Brown. HEX triplet: 87, 62 and 00. RGB value is (135,98,0). Sum of RGB (Red+Green+Blue) = 135+98+0=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #876200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876200 is #789DFF. Grayscale: #626262. Windows color (decimal): -7904768 or 25223. OLE color: 25223.

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

Color convert

RGB135980-
CMYK00.2710.47
HSL43.56º100%26.47%-
HSV(B)43.56º100%52.94%-
XYZ14.3613.891.92-
YUV97.8972.76154.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.94%
GREEN value IS 98 (38.67% from 255) = 42.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.94%
G=42.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13598000.2710.4743.5610026.47
Hex8762001B642F2c641a
Octal2071420033144575414432
Binary10000111110001000110111100100101111101100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876200; }

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

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

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

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

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

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

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

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