Shades of Golden Brown #995402
Tints of Golden Brown #995402
RGB
CMYK
RGB Variations
Color information
#995402 (or 0x995402) is known color: Golden Brown. HEX triplet: 99, 54 and 02. RGB value is (153,84,2). Sum of RGB (Red+Green+Blue) = 153+84+2=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #995402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995402 is #66ABFD. Grayscale: #5F5F5F. Windows color (decimal): -6728702 or 152729. OLE color: 152729.
HSL color Cylindrical-coordinate representation of color #995402: hue angle of 32.58º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #995402 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.4 |
| HSL | 32.58º | 0.97% | 0.3% | - |
| HSV(B) | 32.58º | 0.99% | 0.6% | - |
| XYZ | 16.32 | 13.12 | 1.73 | - |
| YUV | 95.28 | 75.36 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 2 | 0 | 0.45 | 0.99 | 0.4 | 32.58 | 0.97 | 0.3 |
| Hex | 99 | 54 | 2 | 0 | 2D | 63 | 28 | 21 | 61 | 1E |
| Octal | 231 | 124 | 2 | 0 | 55 | 143 | 50 | 41 | 141 | 36 |
| Binary | 10011001 | 1010100 | 10 | 0 | 101101 | 1100011 | 101000 | 100001 | 1100001 | 11110 |
Color Harmonies of #995402
Complementary color
Monochromatic Colors of #995402
Black with #995402
Text Example
Text Example
White with #995402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995402; }
p { color: rgb(153,84,2); }
H1.HeaderClassName
{
color: #995402;
}
.AnyTagClassName
{
color: #995402;
}
</style>
background-color css
<style>
a { background-color: #995402; }
a { background-color: rgb(153,84,2); }
div.DivClassName
{
background-color: #995402;
}
.BgClassName
{
background-color: #995402;
}
</style>
border-color css
<style>
span { border-color: #995402; }
span { border-color: rgb(153,84,2); }
td.TdClassName
{
border-color: #995402;
}
.TagClassName
{
border-color: #995402;
}
</style>