Shades of Golden Brown #995D00
Tints of Golden Brown #995D00
RGB
CMYK
RGB Variations
Color information
#995D00 (or 0x995D00) is known color: Golden Brown. HEX triplet: 99, 5D and 00. RGB value is (153,93,0). Sum of RGB (Red+Green+Blue) = 153+93+0=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #995D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995D00 is #66A2FF. Grayscale: #646464. Windows color (decimal): -6726400 or 23961. OLE color: 23961.
HSL color Cylindrical-coordinate representation of color #995D00: hue angle of 36.47º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #995D00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 93 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.4 |
| HSL | 36.47º | 1% | 0.3% | - |
| HSV(B) | 36.47º | 1% | 0.6% | - |
| XYZ | 17.05 | 14.6 | 1.92 | - |
| YUV | 100.34 | 71.38 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 0 | 0 | 0.39 | 1 | 0.4 | 36.47 | 1 | 0.3 |
| Hex | 99 | 5D | 0 | 0 | 27 | 64 | 28 | 24 | 64 | 1E |
| Octal | 231 | 135 | 0 | 0 | 47 | 144 | 50 | 44 | 144 | 36 |
| Binary | 10011001 | 1011101 | 0 | 0 | 100111 | 1100100 | 101000 | 100100 | 1100100 | 11110 |
Color Harmonies of #995D00
Complementary color
Monochromatic Colors of #995D00
Black with #995D00
Text Example
Text Example
White with #995D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D00; }
p { color: rgb(153,93,0); }
H1.HeaderClassName
{
color: #995D00;
}
.AnyTagClassName
{
color: #995D00;
}
</style>
background-color css
<style>
a { background-color: #995D00; }
a { background-color: rgb(153,93,0); }
div.DivClassName
{
background-color: #995D00;
}
.BgClassName
{
background-color: #995D00;
}
</style>
border-color css
<style>
span { border-color: #995D00; }
span { border-color: rgb(153,93,0); }
td.TdClassName
{
border-color: #995D00;
}
.TagClassName
{
border-color: #995D00;
}
</style>