#87640D

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

Shades of Golden Brown #87640D

Tints of Golden Brown #87640D

Color information

#87640D (or 0x87640D) is unknown color: approx Golden Brown. HEX triplet: 87, 64 and 0D. RGB value is (135,100,13). Sum of RGB (Red+Green+Blue) = 135+100+13=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #87640D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87640D is #789BF2. Grayscale: #646464. Windows color (decimal): -7904243 or 877703. OLE color: 877703.

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

Color convert

RGB13510013-
CMYK00.260.900.47
HSL42.79º82.43%29.02%-
HSV(B)42.79º90.37%52.94%-
XYZ14.6214.292.37-
YUV100.5578.6152.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.44%
GREEN value IS 100 (39.45% from 255) = 40.32%
BLUE value IS 13 (5.47% from 255) = 5.24%
R=54.44%
G=40.32%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351001300.260.900.4742.7982.4329.02
Hex8764D01A5A2F2b521d
Octal20714415032132575312235
Binary10000111110010011010110101011010101111101011101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87640D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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