Shades of Golden Brown #885F17
Tints of Golden Brown #885F17
RGB
CMYK
RGB Variations
Color information
#885F17 (or 0x885F17) is known color: Golden Brown. HEX triplet: 88, 5F and 17. RGB value is (136,95,23). Sum of RGB (Red+Green+Blue) = 136+95+23=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #885F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885F17 is #77A0E8. Grayscale: #636363. Windows color (decimal): -7839977 or 1531784. OLE color: 1531784.
HSL color Cylindrical-coordinate representation of color #885F17: hue angle of 38.23º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #885F17 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 95 | 23 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.47 |
| HSL | 38.23º | 0.71% | 0.31% | - |
| HSV(B) | 38.23º | 0.83% | 0.53% | - |
| XYZ | 14.4 | 13.48 | 2.65 | - |
| YUV | 99.05 | 85.08 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 23 | 0 | 0.30 | 0.83 | 0.47 | 38.23 | 0.71 | 0.31 |
| Hex | 88 | 5F | 17 | 0 | 1E | 53 | 2F | 26 | 47 | 1F |
| Octal | 210 | 137 | 27 | 0 | 36 | 123 | 57 | 46 | 107 | 37 |
| Binary | 10001000 | 1011111 | 10111 | 0 | 11110 | 1010011 | 101111 | 100110 | 1000111 | 11111 |
Color Harmonies of #885F17
Complementary color
Monochromatic Colors of #885F17
Black with #885F17
Text Example
Text Example
White with #885F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885F17; }
p { color: rgb(136,95,23); }
H1.HeaderClassName
{
color: #885F17;
}
.AnyTagClassName
{
color: #885F17;
}
</style>
background-color css
<style>
a { background-color: #885F17; }
a { background-color: rgb(136,95,23); }
div.DivClassName
{
background-color: #885F17;
}
.BgClassName
{
background-color: #885F17;
}
</style>
border-color css
<style>
span { border-color: #885F17; }
span { border-color: rgb(136,95,23); }
td.TdClassName
{
border-color: #885F17;
}
.TagClassName
{
border-color: #885F17;
}
</style>