#87620D

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

Shades of Golden Brown #87620D

Tints of Golden Brown #87620D

Color information

#87620D (or 0x87620D) is unknown color: approx Golden Brown. HEX triplet: 87, 62 and 0D. RGB value is (135,98,13). Sum of RGB (Red+Green+Blue) = 135+98+13=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #87620D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87620D is #789DF2. Grayscale: #636363. Windows color (decimal): -7904755 or 877191. OLE color: 877191.

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

Color convert

RGB1359813-
CMYK00.270.900.47
HSL41.8º82.43%29.02%-
HSV(B)41.8º90.37%52.94%-
XYZ14.4313.922.31-
YUV99.3779.26153.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.88%
GREEN value IS 98 (38.67% from 255) = 39.84%
BLUE value IS 13 (5.47% from 255) = 5.28%
R=54.88%
G=39.84%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135981300.270.900.4741.882.4329.02
Hex8762D01B5A2F2a521d
Octal20714215033132575212235
Binary10000111110001011010110111011010101111101010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87620D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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