#87630D

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

Shades of Golden Brown #87630D

Tints of Golden Brown #87630D

Color information

#87630D (or 0x87630D) is unknown color: approx Golden Brown. HEX triplet: 87, 63 and 0D. RGB value is (135,99,13). Sum of RGB (Red+Green+Blue) = 135+99+13=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #87630D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87630D is #789CF2. Grayscale: #646464. Windows color (decimal): -7904499 or 877447. OLE color: 877447.

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

Color convert

RGB1359913-
CMYK00.270.900.47
HSL42.3º82.43%29.02%-
HSV(B)42.3º90.37%52.94%-
XYZ14.5314.12.34-
YUV99.9678.93152.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.66%
GREEN value IS 99 (39.06% from 255) = 40.08%
BLUE value IS 13 (5.47% from 255) = 5.26%
R=54.66%
G=40.08%
B=5.26%

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
Decimal135991300.270.900.4742.382.4329.02
Hex8763D01B5A2F2a521d
Octal20714315033132575212235
Binary10000111110001111010110111011010101111101010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87630D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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