Shades of Golden Brown #995304
Tints of Golden Brown #995304
RGB
CMYK
RGB Variations
Color information
#995304 (or 0x995304) is known color: Golden Brown. HEX triplet: 99, 53 and 04. RGB value is (153,83,4). Sum of RGB (Red+Green+Blue) = 153+83+4=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #995304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995304 is #66ACFB. Grayscale: #5F5F5F. Windows color (decimal): -6728956 or 283545. OLE color: 283545.
HSL color Cylindrical-coordinate representation of color #995304: hue angle of 31.81º degrees, saturation: 0.95, 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 #995304 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 4 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.4 |
| HSL | 31.81º | 0.95% | 0.31% | - |
| HSV(B) | 31.81º | 0.97% | 0.6% | - |
| XYZ | 16.25 | 12.97 | 1.76 | - |
| YUV | 94.92 | 76.69 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 4 | 0 | 0.46 | 0.97 | 0.4 | 31.81 | 0.95 | 0.31 |
| Hex | 99 | 53 | 4 | 0 | 2E | 61 | 28 | 20 | 5F | 1F |
| Octal | 231 | 123 | 4 | 0 | 56 | 141 | 50 | 40 | 137 | 37 |
| Binary | 10011001 | 1010011 | 100 | 0 | 101110 | 1100001 | 101000 | 100000 | 1011111 | 11111 |
Color Harmonies of #995304
Complementary color
Monochromatic Colors of #995304
Black with #995304
Text Example
Text Example
White with #995304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995304; }
p { color: rgb(153,83,4); }
H1.HeaderClassName
{
color: #995304;
}
.AnyTagClassName
{
color: #995304;
}
</style>
background-color css
<style>
a { background-color: #995304; }
a { background-color: rgb(153,83,4); }
div.DivClassName
{
background-color: #995304;
}
.BgClassName
{
background-color: #995304;
}
</style>
border-color css
<style>
span { border-color: #995304; }
span { border-color: rgb(153,83,4); }
td.TdClassName
{
border-color: #995304;
}
.TagClassName
{
border-color: #995304;
}
</style>