#876001

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

Shades of Golden Brown #876001

Tints of Golden Brown #876001

Color information

#876001 (or 0x876001) is unknown color: approx Golden Brown. HEX triplet: 87, 60 and 01. RGB value is (135,96,1). Sum of RGB (Red+Green+Blue) = 135+96+1=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #876001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876001 is #789FFE. Grayscale: #616161. Windows color (decimal): -7905279 or 90247. OLE color: 90247.

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

Color convert

RGB135961-
CMYK00.290.990.47
HSL42.54º98.53%26.67%-
HSV(B)42.54º99.26%52.94%-
XYZ14.1813.521.89-
YUV96.8373.92155.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.19%
GREEN value IS 96 (37.89% from 255) = 41.38%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=58.19%
G=41.38%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13596100.290.990.4742.5498.5326.67
Hex8760101D632F2b631b
Octal2071401035143575314333
Binary10000111110000010111011100011101111101011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876001; }

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

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

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

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

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

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

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

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