Shades of Golden Brown #885C14
Tints of Golden Brown #885C14
RGB
CMYK
RGB Variations
Color information
#885C14 (or 0x885C14) is known color: Golden Brown. HEX triplet: 88, 5C and 14. RGB value is (136,92,20). Sum of RGB (Red+Green+Blue) = 136+92+20=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #885C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885C14 is #77A3EB. Grayscale: #616161. Windows color (decimal): -7840748 or 1334408. OLE color: 1334408.
HSL color Cylindrical-coordinate representation of color #885C14: hue angle of 37.24º degrees, saturation: 0.74, 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 #885C14 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 92 | 20 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.47 |
| HSL | 37.24º | 0.74% | 0.31% | - |
| HSV(B) | 37.24º | 0.85% | 0.53% | - |
| XYZ | 14.11 | 12.94 | 2.42 | - |
| YUV | 96.95 | 84.58 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 92 | 20 | 0 | 0.32 | 0.85 | 0.47 | 37.24 | 0.74 | 0.31 |
| Hex | 88 | 5C | 14 | 0 | 20 | 55 | 2F | 25 | 4A | 1F |
| Octal | 210 | 134 | 24 | 0 | 40 | 125 | 57 | 45 | 112 | 37 |
| Binary | 10001000 | 1011100 | 10100 | 0 | 100000 | 1010101 | 101111 | 100101 | 1001010 | 11111 |
Color Harmonies of #885C14
Complementary color
Monochromatic Colors of #885C14
Black with #885C14
Text Example
Text Example
White with #885C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885C14; }
p { color: rgb(136,92,20); }
H1.HeaderClassName
{
color: #885C14;
}
.AnyTagClassName
{
color: #885C14;
}
</style>
background-color css
<style>
a { background-color: #885C14; }
a { background-color: rgb(136,92,20); }
div.DivClassName
{
background-color: #885C14;
}
.BgClassName
{
background-color: #885C14;
}
</style>
border-color css
<style>
span { border-color: #885C14; }
span { border-color: rgb(136,92,20); }
td.TdClassName
{
border-color: #885C14;
}
.TagClassName
{
border-color: #885C14;
}
</style>