Shades of Golden Brown #9A5302
Tints of Golden Brown #9A5302
RGB
CMYK
RGB Variations
Color information
#9A5302 (or 0x9A5302) is known color: Golden Brown. HEX triplet: 9A, 53 and 02. RGB value is (154,83,2). Sum of RGB (Red+Green+Blue) = 154+83+2=239 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.44% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5302 is #65ACFD. Grayscale: #5F5F5F. Windows color (decimal): -6663422 or 152474. OLE color: 152474.
HSL color Cylindrical-coordinate representation of color #9A5302: hue angle of 31.97º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A5302 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 83 | 2 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.40 |
| HSL | 31.97º | 0.97% | 0.31% | - |
| HSV(B) | 31.97º | 0.99% | 0.6% | - |
| XYZ | 16.43 | 13.06 | 1.71 | - |
| YUV | 95 | 75.52 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 83 | 2 | 0 | 0.46 | 0.99 | 0.40 | 31.97 | 0.97 | 0.31 |
| Hex | 9A | 53 | 2 | 0 | 2E | 63 | 28 | 20 | 61 | 1F |
| Octal | 232 | 123 | 2 | 0 | 56 | 143 | 50 | 40 | 141 | 37 |
| Binary | 10011010 | 1010011 | 10 | 0 | 101110 | 1100011 | 101000 | 100000 | 1100001 | 11111 |
Color Harmonies of #9A5302
Complementary color
Monochromatic Colors of #9A5302
Black with #9A5302
Text Example
Text Example
White with #9A5302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5302; }
p { color: rgb(154,83,2); }
H1.HeaderClassName
{
color: #9A5302;
}
.AnyTagClassName
{
color: #9A5302;
}
</style>
background-color css
<style>
a { background-color: #9A5302; }
a { background-color: rgb(154,83,2); }
div.DivClassName
{
background-color: #9A5302;
}
.BgClassName
{
background-color: #9A5302;
}
</style>
border-color css
<style>
span { border-color: #9A5302; }
span { border-color: rgb(154,83,2); }
td.TdClassName
{
border-color: #9A5302;
}
.TagClassName
{
border-color: #9A5302;
}
</style>