Shades of Golden Brown #995C14
Tints of Golden Brown #995C14
RGB
CMYK
RGB Variations
Color information
#995C14 (or 0x995C14) is known color: Golden Brown. HEX triplet: 99, 5C and 14. RGB value is (153,92,20). Sum of RGB (Red+Green+Blue) = 153+92+20=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #995C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995C14 is #66A3EB. Grayscale: #666666. Windows color (decimal): -6726636 or 1334425. OLE color: 1334425.
HSL color Cylindrical-coordinate representation of color #995C14: hue angle of 32.48º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #995C14 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 20 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.4 |
| HSL | 32.48º | 0.77% | 0.34% | - |
| HSV(B) | 32.48º | 0.87% | 0.6% | - |
| XYZ | 17.09 | 14.48 | 2.56 | - |
| YUV | 102.03 | 81.71 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 20 | 0 | 0.40 | 0.87 | 0.4 | 32.48 | 0.77 | 0.34 |
| Hex | 99 | 5C | 14 | 0 | 28 | 57 | 28 | 20 | 4D | 22 |
| Octal | 231 | 134 | 24 | 0 | 50 | 127 | 50 | 40 | 115 | 42 |
| Binary | 10011001 | 1011100 | 10100 | 0 | 101000 | 1010111 | 101000 | 100000 | 1001101 | 100010 |
Color Harmonies of #995C14
Complementary color
Monochromatic Colors of #995C14
Black with #995C14
Text Example
Text Example
White with #995C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C14; }
p { color: rgb(153,92,20); }
H1.HeaderClassName
{
color: #995C14;
}
.AnyTagClassName
{
color: #995C14;
}
</style>
background-color css
<style>
a { background-color: #995C14; }
a { background-color: rgb(153,92,20); }
div.DivClassName
{
background-color: #995C14;
}
.BgClassName
{
background-color: #995C14;
}
</style>
border-color css
<style>
span { border-color: #995C14; }
span { border-color: rgb(153,92,20); }
td.TdClassName
{
border-color: #995C14;
}
.TagClassName
{
border-color: #995C14;
}
</style>