Shades of Golden Brown #995302
Tints of Golden Brown #995302
RGB
CMYK
RGB Variations
Color information
#995302 (or 0x995302) is known color: Golden Brown. HEX triplet: 99, 53 and 02. RGB value is (153,83,2). Sum of RGB (Red+Green+Blue) = 153+83+2=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #995302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995302 is #66ACFD. Grayscale: #5F5F5F. Windows color (decimal): -6728958 or 152473. OLE color: 152473.
HSL color Cylindrical-coordinate representation of color #995302: hue angle of 32.19º 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 #995302 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 2 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.4 |
| HSL | 32.19º | 0.97% | 0.3% | - |
| HSV(B) | 32.19º | 0.99% | 0.6% | - |
| XYZ | 16.24 | 12.96 | 1.7 | - |
| YUV | 94.7 | 75.69 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 2 | 0 | 0.46 | 0.99 | 0.4 | 32.19 | 0.97 | 0.3 |
| Hex | 99 | 53 | 2 | 0 | 2E | 63 | 28 | 20 | 61 | 1E |
| Octal | 231 | 123 | 2 | 0 | 56 | 143 | 50 | 40 | 141 | 36 |
| Binary | 10011001 | 1010011 | 10 | 0 | 101110 | 1100011 | 101000 | 100000 | 1100001 | 11110 |
Color Harmonies of #995302
Complementary color
Monochromatic Colors of #995302
Black with #995302
Text Example
Text Example
White with #995302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995302; }
p { color: rgb(153,83,2); }
H1.HeaderClassName
{
color: #995302;
}
.AnyTagClassName
{
color: #995302;
}
</style>
background-color css
<style>
a { background-color: #995302; }
a { background-color: rgb(153,83,2); }
div.DivClassName
{
background-color: #995302;
}
.BgClassName
{
background-color: #995302;
}
</style>
border-color css
<style>
span { border-color: #995302; }
span { border-color: rgb(153,83,2); }
td.TdClassName
{
border-color: #995302;
}
.TagClassName
{
border-color: #995302;
}
</style>