Shades of Golden Brown #995803
Tints of Golden Brown #995803
RGB
CMYK
RGB Variations
Color information
#995803 (or 0x995803) is known color: Golden Brown. HEX triplet: 99, 58 and 03. RGB value is (153,88,3). Sum of RGB (Red+Green+Blue) = 153+88+3=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #995803 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995803 is #66A7FC. Grayscale: #626262. Windows color (decimal): -6727677 or 219289. OLE color: 219289.
HSL color Cylindrical-coordinate representation of color #995803: hue angle of 34º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #995803 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 88 | 3 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.4 |
| HSL | 34º | 0.96% | 0.31% | - |
| HSV(B) | 34º | 0.98% | 0.6% | - |
| XYZ | 16.64 | 13.76 | 1.86 | - |
| YUV | 97.75 | 74.53 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 3 | 0 | 0.42 | 0.98 | 0.4 | 34 | 0.96 | 0.31 |
| Hex | 99 | 58 | 3 | 0 | 2A | 62 | 28 | 22 | 60 | 1F |
| Octal | 231 | 130 | 3 | 0 | 52 | 142 | 50 | 42 | 140 | 37 |
| Binary | 10011001 | 1011000 | 11 | 0 | 101010 | 1100010 | 101000 | 100010 | 1100000 | 11111 |
Color Harmonies of #995803
Complementary color
Monochromatic Colors of #995803
Black with #995803
Text Example
Text Example
White with #995803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995803; }
p { color: rgb(153,88,3); }
H1.HeaderClassName
{
color: #995803;
}
.AnyTagClassName
{
color: #995803;
}
</style>
background-color css
<style>
a { background-color: #995803; }
a { background-color: rgb(153,88,3); }
div.DivClassName
{
background-color: #995803;
}
.BgClassName
{
background-color: #995803;
}
</style>
border-color css
<style>
span { border-color: #995803; }
span { border-color: rgb(153,88,3); }
td.TdClassName
{
border-color: #995803;
}
.TagClassName
{
border-color: #995803;
}
</style>