Shades of Golden Brown #885C16
Tints of Golden Brown #885C16
RGB
CMYK
RGB Variations
Color information
#885C16 (or 0x885C16) is known color: Golden Brown. HEX triplet: 88, 5C and 16. RGB value is (136,92,22). Sum of RGB (Red+Green+Blue) = 136+92+22=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #885C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885C16 is #77A3E9. Grayscale: #616161. Windows color (decimal): -7840746 or 1465480. OLE color: 1465480.
HSL color Cylindrical-coordinate representation of color #885C16: hue angle of 36.84º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #885C16 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 92 | 22 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.47 |
| HSL | 36.84º | 0.72% | 0.31% | - |
| HSV(B) | 36.84º | 0.84% | 0.53% | - |
| XYZ | 14.13 | 12.95 | 2.51 | - |
| YUV | 97.18 | 85.58 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 92 | 22 | 0 | 0.32 | 0.84 | 0.47 | 36.84 | 0.72 | 0.31 |
| Hex | 88 | 5C | 16 | 0 | 20 | 54 | 2F | 25 | 48 | 1F |
| Octal | 210 | 134 | 26 | 0 | 40 | 124 | 57 | 45 | 110 | 37 |
| Binary | 10001000 | 1011100 | 10110 | 0 | 100000 | 1010100 | 101111 | 100101 | 1001000 | 11111 |
Color Harmonies of #885C16
Complementary color
Monochromatic Colors of #885C16
Black with #885C16
Text Example
Text Example
White with #885C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885C16; }
p { color: rgb(136,92,22); }
H1.HeaderClassName
{
color: #885C16;
}
.AnyTagClassName
{
color: #885C16;
}
</style>
background-color css
<style>
a { background-color: #885C16; }
a { background-color: rgb(136,92,22); }
div.DivClassName
{
background-color: #885C16;
}
.BgClassName
{
background-color: #885C16;
}
</style>
border-color css
<style>
span { border-color: #885C16; }
span { border-color: rgb(136,92,22); }
td.TdClassName
{
border-color: #885C16;
}
.TagClassName
{
border-color: #885C16;
}
</style>