Shades of Golden Brown #995A05
Tints of Golden Brown #995A05
RGB
CMYK
RGB Variations
Color information
#995A05 (or 0x995A05) is known color: Golden Brown. HEX triplet: 99, 5A and 05. RGB value is (153,90,5). Sum of RGB (Red+Green+Blue) = 153+90+5=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #995A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995A05 is #66A5FA. Grayscale: #636363. Windows color (decimal): -6727163 or 350873. OLE color: 350873.
HSL color Cylindrical-coordinate representation of color #995A05: hue angle of 34.46º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #995A05 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 90 | 5 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.4 |
| HSL | 34.46º | 0.94% | 0.31% | - |
| HSV(B) | 34.46º | 0.97% | 0.6% | - |
| XYZ | 16.82 | 14.1 | 1.98 | - |
| YUV | 99.15 | 74.87 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 5 | 0 | 0.41 | 0.97 | 0.4 | 34.46 | 0.94 | 0.31 |
| Hex | 99 | 5A | 5 | 0 | 29 | 61 | 28 | 22 | 5E | 1F |
| Octal | 231 | 132 | 5 | 0 | 51 | 141 | 50 | 42 | 136 | 37 |
| Binary | 10011001 | 1011010 | 101 | 0 | 101001 | 1100001 | 101000 | 100010 | 1011110 | 11111 |
Color Harmonies of #995A05
Complementary color
Monochromatic Colors of #995A05
Black with #995A05
Text Example
Text Example
White with #995A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995A05; }
p { color: rgb(153,90,5); }
H1.HeaderClassName
{
color: #995A05;
}
.AnyTagClassName
{
color: #995A05;
}
</style>
background-color css
<style>
a { background-color: #995A05; }
a { background-color: rgb(153,90,5); }
div.DivClassName
{
background-color: #995A05;
}
.BgClassName
{
background-color: #995A05;
}
</style>
border-color css
<style>
span { border-color: #995A05; }
span { border-color: rgb(153,90,5); }
td.TdClassName
{
border-color: #995A05;
}
.TagClassName
{
border-color: #995A05;
}
</style>