Shades of Golden Brown #995A00
Tints of Golden Brown #995A00
RGB
CMYK
RGB Variations
Color information
#995A00 (or 0x995A00) is known color: Golden Brown. HEX triplet: 99, 5A and 00. RGB value is (153,90,0). Sum of RGB (Red+Green+Blue) = 153+90+0=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #995A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995A00 is #66A5FF. Grayscale: #636363. Windows color (decimal): -6727168 or 23193. OLE color: 23193.
HSL color Cylindrical-coordinate representation of color #995A00: hue angle of 35.29º 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 #995A00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 90 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.4 |
| HSL | 35.29º | 1% | 0.3% | - |
| HSV(B) | 35.29º | 1% | 0.6% | - |
| XYZ | 16.79 | 14.08 | 1.83 | - |
| YUV | 98.58 | 72.37 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 0 | 0 | 0.41 | 1 | 0.4 | 35.29 | 1 | 0.3 |
| Hex | 99 | 5A | 0 | 0 | 29 | 64 | 28 | 23 | 64 | 1E |
| Octal | 231 | 132 | 0 | 0 | 51 | 144 | 50 | 43 | 144 | 36 |
| Binary | 10011001 | 1011010 | 0 | 0 | 101001 | 1100100 | 101000 | 100011 | 1100100 | 11110 |
Color Harmonies of #995A00
Complementary color
Monochromatic Colors of #995A00
Black with #995A00
Text Example
Text Example
White with #995A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995A00; }
p { color: rgb(153,90,0); }
H1.HeaderClassName
{
color: #995A00;
}
.AnyTagClassName
{
color: #995A00;
}
</style>
background-color css
<style>
a { background-color: #995A00; }
a { background-color: rgb(153,90,0); }
div.DivClassName
{
background-color: #995A00;
}
.BgClassName
{
background-color: #995A00;
}
</style>
border-color css
<style>
span { border-color: #995A00; }
span { border-color: rgb(153,90,0); }
td.TdClassName
{
border-color: #995A00;
}
.TagClassName
{
border-color: #995A00;
}
</style>