Shades of Golden Brown #885D15
Tints of Golden Brown #885D15
RGB
CMYK
RGB Variations
Color information
#885D15 (or 0x885D15) is known color: Golden Brown. HEX triplet: 88, 5D and 15. RGB value is (136,93,21). Sum of RGB (Red+Green+Blue) = 136+93+21=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #885D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885D15 is #77A2EA. Grayscale: #616161. Windows color (decimal): -7840491 or 1400200. OLE color: 1400200.
HSL color Cylindrical-coordinate representation of color #885D15: hue angle of 37.57º 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 #885D15 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 93 | 21 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.47 |
| HSL | 37.57º | 0.73% | 0.31% | - |
| HSV(B) | 37.57º | 0.85% | 0.53% | - |
| XYZ | 14.2 | 13.12 | 2.49 | - |
| YUV | 97.65 | 84.75 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 93 | 21 | 0 | 0.32 | 0.85 | 0.47 | 37.57 | 0.73 | 0.31 |
| Hex | 88 | 5D | 15 | 0 | 20 | 55 | 2F | 26 | 49 | 1F |
| Octal | 210 | 135 | 25 | 0 | 40 | 125 | 57 | 46 | 111 | 37 |
| Binary | 10001000 | 1011101 | 10101 | 0 | 100000 | 1010101 | 101111 | 100110 | 1001001 | 11111 |
Color Harmonies of #885D15
Complementary color
Monochromatic Colors of #885D15
Black with #885D15
Text Example
Text Example
White with #885D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885D15; }
p { color: rgb(136,93,21); }
H1.HeaderClassName
{
color: #885D15;
}
.AnyTagClassName
{
color: #885D15;
}
</style>
background-color css
<style>
a { background-color: #885D15; }
a { background-color: rgb(136,93,21); }
div.DivClassName
{
background-color: #885D15;
}
.BgClassName
{
background-color: #885D15;
}
</style>
border-color css
<style>
span { border-color: #885D15; }
span { border-color: rgb(136,93,21); }
td.TdClassName
{
border-color: #885D15;
}
.TagClassName
{
border-color: #885D15;
}
</style>