#876401

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

Shades of Golden Brown #876401

Tints of Golden Brown #876401

Color information

#876401 (or 0x876401) is unknown color: approx Golden Brown. HEX triplet: 87, 64 and 01. RGB value is (135,100,1). Sum of RGB (Red+Green+Blue) = 135+100+1=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #876401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876401 is #789BFE. Grayscale: #636363. Windows color (decimal): -7904255 or 91271. OLE color: 91271.

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

Color convert

RGB1351001-
CMYK00.260.990.47
HSL44.33º98.53%26.67%-
HSV(B)44.33º99.26%52.94%-
XYZ14.5514.272.02-
YUV99.1872.6153.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.20%
GREEN value IS 100 (39.45% from 255) = 42.37%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=57.20%
G=42.37%
B=0.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135100100.260.990.4744.3398.5326.67
Hex8764101A632F2c631b
Octal2071441032143575414333
Binary10000111110010010110101100011101111101100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876401; }

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

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

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

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

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

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

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

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