Shades of Golden Brown #995403
Tints of Golden Brown #995403
RGB
CMYK
RGB Variations
Color information
#995403 (or 0x995403) is known color: Golden Brown. HEX triplet: 99, 54 and 03. RGB value is (153,84,3). Sum of RGB (Red+Green+Blue) = 153+84+3=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #995403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995403 is #66ABFC. Grayscale: #5F5F5F. Windows color (decimal): -6728701 or 218265. OLE color: 218265.
HSL color Cylindrical-coordinate representation of color #995403: hue angle of 32.4º 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 #995403 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 3 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.4 |
| HSL | 32.4º | 0.96% | 0.31% | - |
| HSV(B) | 32.4º | 0.98% | 0.6% | - |
| XYZ | 16.32 | 13.12 | 1.76 | - |
| YUV | 95.4 | 75.86 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 3 | 0 | 0.45 | 0.98 | 0.4 | 32.4 | 0.96 | 0.31 |
| Hex | 99 | 54 | 3 | 0 | 2D | 62 | 28 | 20 | 60 | 1F |
| Octal | 231 | 124 | 3 | 0 | 55 | 142 | 50 | 40 | 140 | 37 |
| Binary | 10011001 | 1010100 | 11 | 0 | 101101 | 1100010 | 101000 | 100000 | 1100000 | 11111 |
Color Harmonies of #995403
Complementary color
Monochromatic Colors of #995403
Black with #995403
Text Example
Text Example
White with #995403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995403; }
p { color: rgb(153,84,3); }
H1.HeaderClassName
{
color: #995403;
}
.AnyTagClassName
{
color: #995403;
}
</style>
background-color css
<style>
a { background-color: #995403; }
a { background-color: rgb(153,84,3); }
div.DivClassName
{
background-color: #995403;
}
.BgClassName
{
background-color: #995403;
}
</style>
border-color css
<style>
span { border-color: #995403; }
span { border-color: rgb(153,84,3); }
td.TdClassName
{
border-color: #995403;
}
.TagClassName
{
border-color: #995403;
}
</style>