#87600A

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

Shades of Golden Brown #87600A

Tints of Golden Brown #87600A

Color information

#87600A (or 0x87600A) is unknown color: approx Golden Brown. HEX triplet: 87, 60 and 0A. RGB value is (135,96,10). Sum of RGB (Red+Green+Blue) = 135+96+10=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #87600A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87600A is #789FF5. Grayscale: #626262. Windows color (decimal): -7905270 or 680071. OLE color: 680071.

HSL color Cylindrical-coordinate representation of color #87600A: hue angle of 41.28º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87600A is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1359610-
CMYK00.290.930.47
HSL41.28º86.21%28.43%-
HSV(B)41.28º92.59%52.94%-
XYZ14.2313.542.15-
YUV97.8678.42154.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.02%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 10 (4.30% from 255) = 4.15%
R=56.02%
G=39.83%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135961000.290.930.4741.2886.2128.43
Hex8760A01D5D2F29561c
Octal20714012035135575112634
Binary10000111110000010100111011011101101111101001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87600A; }

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

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

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

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

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

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

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

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