#87600D

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

Shades of Golden Brown #87600D

Tints of Golden Brown #87600D

Color information

#87600D (or 0x87600D) is unknown color: approx Golden Brown. HEX triplet: 87, 60 and 0D. RGB value is (135,96,13). Sum of RGB (Red+Green+Blue) = 135+96+13=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #87600D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87600D is #789FF2. Grayscale: #626262. Windows color (decimal): -7905267 or 876679. OLE color: 876679.

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

Color convert

RGB1359613-
CMYK00.290.900.47
HSL40.82º82.43%29.02%-
HSV(B)40.82º90.37%52.94%-
XYZ14.2513.552.24-
YUV98.279.92154.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.33%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 13 (5.47% from 255) = 5.33%
R=55.33%
G=39.34%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135961300.290.900.4740.8282.4329.02
Hex8760D01D5A2F29521d
Octal20714015035132575112235
Binary10000111110000011010111011011010101111101001101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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