Shades of Golden Brown #885F15
Tints of Golden Brown #885F15
RGB
CMYK
RGB Variations
Color information
#885F15 (or 0x885F15) is known color: Golden Brown. HEX triplet: 88, 5F and 15. RGB value is (136,95,21). Sum of RGB (Red+Green+Blue) = 136+95+21=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #885F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885F15 is #77A0EA. Grayscale: #636363. Windows color (decimal): -7839979 or 1400712. OLE color: 1400712.
HSL color Cylindrical-coordinate representation of color #885F15: hue angle of 38.61º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #885F15 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 95 | 21 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.47 |
| HSL | 38.61º | 0.73% | 0.31% | - |
| HSV(B) | 38.61º | 0.85% | 0.53% | - |
| XYZ | 14.38 | 13.47 | 2.55 | - |
| YUV | 98.82 | 84.08 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 21 | 0 | 0.30 | 0.85 | 0.47 | 38.61 | 0.73 | 0.31 |
| Hex | 88 | 5F | 15 | 0 | 1E | 55 | 2F | 27 | 49 | 1F |
| Octal | 210 | 137 | 25 | 0 | 36 | 125 | 57 | 47 | 111 | 37 |
| Binary | 10001000 | 1011111 | 10101 | 0 | 11110 | 1010101 | 101111 | 100111 | 1001001 | 11111 |
Color Harmonies of #885F15
Complementary color
Monochromatic Colors of #885F15
Black with #885F15
Text Example
Text Example
White with #885F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885F15; }
p { color: rgb(136,95,21); }
H1.HeaderClassName
{
color: #885F15;
}
.AnyTagClassName
{
color: #885F15;
}
</style>
background-color css
<style>
a { background-color: #885F15; }
a { background-color: rgb(136,95,21); }
div.DivClassName
{
background-color: #885F15;
}
.BgClassName
{
background-color: #885F15;
}
</style>
border-color css
<style>
span { border-color: #885F15; }
span { border-color: rgb(136,95,21); }
td.TdClassName
{
border-color: #885F15;
}
.TagClassName
{
border-color: #885F15;
}
</style>