Shades of Golden Brown #885B07
Tints of Golden Brown #885B07
RGB
CMYK
RGB Variations
Color information
#885B07 (or 0x885B07) is known color: Golden Brown. HEX triplet: 88, 5B and 07. RGB value is (136,91,7). Sum of RGB (Red+Green+Blue) = 136+91+7=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #885B07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885B07 is #77A4F8. Grayscale: #5F5F5F. Windows color (decimal): -7841017 or 482184. OLE color: 482184.
HSL color Cylindrical-coordinate representation of color #885B07: hue angle of 39.07º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #885B07 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 91 | 7 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.47 |
| HSL | 39.07º | 0.9% | 0.28% | - |
| HSV(B) | 39.07º | 0.95% | 0.53% | - |
| XYZ | 13.93 | 12.73 | 1.92 | - |
| YUV | 94.88 | 78.41 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 91 | 7 | 0 | 0.33 | 0.95 | 0.47 | 39.07 | 0.9 | 0.28 |
| Hex | 88 | 5B | 7 | 0 | 21 | 5F | 2F | 27 | 5A | 1C |
| Octal | 210 | 133 | 7 | 0 | 41 | 137 | 57 | 47 | 132 | 34 |
| Binary | 10001000 | 1011011 | 111 | 0 | 100001 | 1011111 | 101111 | 100111 | 1011010 | 11100 |
Color Harmonies of #885B07
Complementary color
Monochromatic Colors of #885B07
Black with #885B07
Text Example
Text Example
White with #885B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885B07; }
p { color: rgb(136,91,7); }
H1.HeaderClassName
{
color: #885B07;
}
.AnyTagClassName
{
color: #885B07;
}
</style>
background-color css
<style>
a { background-color: #885B07; }
a { background-color: rgb(136,91,7); }
div.DivClassName
{
background-color: #885B07;
}
.BgClassName
{
background-color: #885B07;
}
</style>
border-color css
<style>
span { border-color: #885B07; }
span { border-color: rgb(136,91,7); }
td.TdClassName
{
border-color: #885B07;
}
.TagClassName
{
border-color: #885B07;
}
</style>