Shades of Golden Brown #87630C
Tints of Golden Brown #87630C
RGB
CMYK
RGB Variations
Color information
#87630C (or 0x87630C) is known color: Golden Brown. HEX triplet: 87, 63 and 0C. RGB value is (135,99,12). Sum of RGB (Red+Green+Blue) = 135+99+12=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #87630C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87630C is #789CF3. Grayscale: #646464. Windows color (decimal): -7904500 or 811911. OLE color: 811911.
HSL color Cylindrical-coordinate representation of color #87630C: hue angle of 42.44º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87630C is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 99 | 12 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.47 |
| HSL | 42.44º | 0.84% | 0.29% | - |
| HSV(B) | 42.44º | 0.91% | 0.53% | - |
| XYZ | 14.52 | 14.1 | 2.3 | - |
| YUV | 99.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 99 | 12 | 0 | 0.27 | 0.91 | 0.47 | 42.44 | 0.84 | 0.29 |
| Hex | 87 | 63 | C | 0 | 1B | 5B | 2F | 2A | 54 | 1D |
| Octal | 207 | 143 | 14 | 0 | 33 | 133 | 57 | 52 | 124 | 35 |
| Binary | 10000111 | 1100011 | 1100 | 0 | 11011 | 1011011 | 101111 | 101010 | 1010100 | 11101 |
Color Harmonies of #87630C
Complementary color
Monochromatic Colors of #87630C
Black with #87630C
Text Example
Text Example
White with #87630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87630C; }
p { color: rgb(135,99,12); }
H1.HeaderClassName
{
color: #87630C;
}
.AnyTagClassName
{
color: #87630C;
}
</style>
background-color css
<style>
a { background-color: #87630C; }
a { background-color: rgb(135,99,12); }
div.DivClassName
{
background-color: #87630C;
}
.BgClassName
{
background-color: #87630C;
}
</style>
border-color css
<style>
span { border-color: #87630C; }
span { border-color: rgb(135,99,12); }
td.TdClassName
{
border-color: #87630C;
}
.TagClassName
{
border-color: #87630C;
}
</style>