Shades of Golden Brown #88580F
Tints of Golden Brown #88580F
RGB
CMYK
RGB Variations
Color information
#88580F (or 0x88580F) is known color: Golden Brown. HEX triplet: 88, 58 and 0F. RGB value is (136,88,15). Sum of RGB (Red+Green+Blue) = 136+88+15=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #88580F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88580F is #77A7F0. Grayscale: #5E5E5E. Windows color (decimal): -7841777 or 1005704. OLE color: 1005704.
HSL color Cylindrical-coordinate representation of color #88580F: hue angle of 36.2º 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 #88580F is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 88 | 15 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.47 |
| HSL | 36.2º | 0.8% | 0.3% | - |
| HSV(B) | 36.2º | 0.89% | 0.53% | - |
| XYZ | 13.73 | 12.25 | 2.09 | - |
| YUV | 94.03 | 83.4 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 88 | 15 | 0 | 0.35 | 0.89 | 0.47 | 36.2 | 0.8 | 0.3 |
| Hex | 88 | 58 | F | 0 | 23 | 59 | 2F | 24 | 50 | 1E |
| Octal | 210 | 130 | 17 | 0 | 43 | 131 | 57 | 44 | 120 | 36 |
| Binary | 10001000 | 1011000 | 1111 | 0 | 100011 | 1011001 | 101111 | 100100 | 1010000 | 11110 |
Color Harmonies of #88580F
Complementary color
Monochromatic Colors of #88580F
Black with #88580F
Text Example
Text Example
White with #88580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88580F; }
p { color: rgb(136,88,15); }
H1.HeaderClassName
{
color: #88580F;
}
.AnyTagClassName
{
color: #88580F;
}
</style>
background-color css
<style>
a { background-color: #88580F; }
a { background-color: rgb(136,88,15); }
div.DivClassName
{
background-color: #88580F;
}
.BgClassName
{
background-color: #88580F;
}
</style>
border-color css
<style>
span { border-color: #88580F; }
span { border-color: rgb(136,88,15); }
td.TdClassName
{
border-color: #88580F;
}
.TagClassName
{
border-color: #88580F;
}
</style>