#876302

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

Shades of Golden Brown #876302

Tints of Golden Brown #876302

Color information

#876302 (or 0x876302) is unknown color: approx Golden Brown. HEX triplet: 87, 63 and 02. RGB value is (135,99,2). Sum of RGB (Red+Green+Blue) = 135+99+2=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #876302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876302 is #789CFD. Grayscale: #636363. Windows color (decimal): -7904510 or 156551. OLE color: 156551.

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

Color convert

RGB135992-
CMYK00.270.990.47
HSL43.76º97.08%26.86%-
HSV(B)43.76º98.52%52.94%-
XYZ14.4614.082.01-
YUV98.7173.43153.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.20%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=57.20%
G=41.95%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13599200.270.990.4743.7697.0826.86
Hex8763201B632F2c611b
Octal2071432033143575414133
Binary100001111100011100110111100011101111101100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876302; }

 p { color: rgb(135,99,2); }

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

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

 a { background-color: rgb(135,99,2); }

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

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

 span { border-color: rgb(135,99,2); }

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