Shades of Golden Brown #87620C
Tints of Golden Brown #87620C
RGB
CMYK
RGB Variations
Color information
#87620C (or 0x87620C) is known color: Golden Brown. HEX triplet: 87, 62 and 0C. RGB value is (135,98,12). Sum of RGB (Red+Green+Blue) = 135+98+12=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #87620C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87620C is #789DF3. Grayscale: #636363. Windows color (decimal): -7904756 or 811655. OLE color: 811655.
HSL color Cylindrical-coordinate representation of color #87620C: hue angle of 41.95º 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 #87620C is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 98 | 12 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.47 |
| HSL | 41.95º | 0.84% | 0.29% | - |
| HSV(B) | 41.95º | 0.91% | 0.53% | - |
| XYZ | 14.43 | 13.91 | 2.27 | - |
| YUV | 99.26 | 78.76 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 98 | 12 | 0 | 0.27 | 0.91 | 0.47 | 41.95 | 0.84 | 0.29 |
| Hex | 87 | 62 | C | 0 | 1B | 5B | 2F | 2A | 54 | 1D |
| Octal | 207 | 142 | 14 | 0 | 33 | 133 | 57 | 52 | 124 | 35 |
| Binary | 10000111 | 1100010 | 1100 | 0 | 11011 | 1011011 | 101111 | 101010 | 1010100 | 11101 |
Color Harmonies of #87620C
Complementary color
Monochromatic Colors of #87620C
Black with #87620C
Text Example
Text Example
White with #87620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87620C; }
p { color: rgb(135,98,12); }
H1.HeaderClassName
{
color: #87620C;
}
.AnyTagClassName
{
color: #87620C;
}
</style>
background-color css
<style>
a { background-color: #87620C; }
a { background-color: rgb(135,98,12); }
div.DivClassName
{
background-color: #87620C;
}
.BgClassName
{
background-color: #87620C;
}
</style>
border-color css
<style>
span { border-color: #87620C; }
span { border-color: rgb(135,98,12); }
td.TdClassName
{
border-color: #87620C;
}
.TagClassName
{
border-color: #87620C;
}
</style>