#87610D

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

Shades of Golden Brown #87610D

Tints of Golden Brown #87610D

Color information

#87610D (or 0x87610D) is unknown color: approx Golden Brown. HEX triplet: 87, 61 and 0D. RGB value is (135,97,13). Sum of RGB (Red+Green+Blue) = 135+97+13=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #87610D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87610D is #789EF2. Grayscale: #636363. Windows color (decimal): -7905011 or 876935. OLE color: 876935.

HSL color Cylindrical-coordinate representation of color #87610D: hue angle of 41.31º 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 #87610D is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1359713-
CMYK00.280.900.47
HSL41.31º82.43%29.02%-
HSV(B)41.31º90.37%52.94%-
XYZ14.3413.732.28-
YUV98.7979.59153.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.10%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 13 (5.47% from 255) = 5.31%
R=55.10%
G=39.59%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135971300.280.900.4741.3182.4329.02
Hex8761D01C5A2F29521d
Octal20714115034132575112235
Binary10000111110000111010111001011010101111101001101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87610D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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