#876301

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

Shades of Golden Brown #876301

Tints of Golden Brown #876301

Color information

#876301 (or 0x876301) is unknown color: approx Golden Brown. HEX triplet: 87, 63 and 01. RGB value is (135,99,1). Sum of RGB (Red+Green+Blue) = 135+99+1=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #876301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876301 is #789CFE. Grayscale: #636363. Windows color (decimal): -7904511 or 91015. OLE color: 91015.

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

Color convert

RGB135991-
CMYK00.270.990.47
HSL43.88º98.53%26.67%-
HSV(B)43.88º99.26%52.94%-
XYZ14.4614.081.98-
YUV98.5972.93153.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.45%
GREEN value IS 99 (39.06% from 255) = 42.13%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=57.45%
G=42.13%
B=0.43%

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
Decimal13599100.270.990.4743.8898.5326.67
Hex8763101B632F2c631b
Octal2071431033143575414333
Binary10000111110001110110111100011101111101100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876301; }

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

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

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

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

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

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

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

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