Shades of Golden Brown #885B0F
Tints of Golden Brown #885B0F
RGB
CMYK
RGB Variations
Color information
#885B0F (or 0x885B0F) is known color: Golden Brown. HEX triplet: 88, 5B and 0F. RGB value is (136,91,15). Sum of RGB (Red+Green+Blue) = 136+91+15=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #885B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885B0F is #77A4F0. Grayscale: #606060. Windows color (decimal): -7841009 or 1006472. OLE color: 1006472.
HSL color Cylindrical-coordinate representation of color #885B0F: hue angle of 37.69º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #885B0F is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 91 | 15 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.47 |
| HSL | 37.69º | 0.8% | 0.3% | - |
| HSV(B) | 37.69º | 0.89% | 0.53% | - |
| XYZ | 13.98 | 12.75 | 2.18 | - |
| YUV | 95.79 | 82.41 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 91 | 15 | 0 | 0.33 | 0.89 | 0.47 | 37.69 | 0.8 | 0.3 |
| Hex | 88 | 5B | F | 0 | 21 | 59 | 2F | 26 | 50 | 1E |
| Octal | 210 | 133 | 17 | 0 | 41 | 131 | 57 | 46 | 120 | 36 |
| Binary | 10001000 | 1011011 | 1111 | 0 | 100001 | 1011001 | 101111 | 100110 | 1010000 | 11110 |
Color Harmonies of #885B0F
Complementary color
Monochromatic Colors of #885B0F
Black with #885B0F
Text Example
Text Example
White with #885B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885B0F; }
p { color: rgb(136,91,15); }
H1.HeaderClassName
{
color: #885B0F;
}
.AnyTagClassName
{
color: #885B0F;
}
</style>
background-color css
<style>
a { background-color: #885B0F; }
a { background-color: rgb(136,91,15); }
div.DivClassName
{
background-color: #885B0F;
}
.BgClassName
{
background-color: #885B0F;
}
</style>
border-color css
<style>
span { border-color: #885B0F; }
span { border-color: rgb(136,91,15); }
td.TdClassName
{
border-color: #885B0F;
}
.TagClassName
{
border-color: #885B0F;
}
</style>