Shades of Golden Brown #9F530A
Tints of Golden Brown #9F530A
RGB
CMYK
RGB Variations
Color information
#9F530A (or 0x9F530A) is known color: Golden Brown. HEX triplet: 9F, 53 and 0A. RGB value is (159,83,10). Sum of RGB (Red+Green+Blue) = 159+83+10=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F530A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F530A is #60ACF5. Grayscale: #616161. Windows color (decimal): -6335734 or 676767. OLE color: 676767.
HSL color Cylindrical-coordinate representation of color #9F530A: hue angle of 29.4º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F530A is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 83 | 10 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.38 |
| HSL | 29.4º | 0.88% | 0.33% | - |
| HSV(B) | 29.4º | 0.94% | 0.62% | - |
| XYZ | 17.45 | 13.58 | 1.99 | - |
| YUV | 97.4 | 78.68 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 10 | 0 | 0.48 | 0.94 | 0.38 | 29.4 | 0.88 | 0.33 |
| Hex | 9F | 53 | A | 0 | 30 | 5E | 26 | 1D | 58 | 21 |
| Octal | 237 | 123 | 12 | 0 | 60 | 136 | 46 | 35 | 130 | 41 |
| Binary | 10011111 | 1010011 | 1010 | 0 | 110000 | 1011110 | 100110 | 11101 | 1011000 | 100001 |
Color Harmonies of #9F530A
Complementary color
Monochromatic Colors of #9F530A
Black with #9F530A
Text Example
Text Example
White with #9F530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F530A; }
p { color: rgb(159,83,10); }
H1.HeaderClassName
{
color: #9F530A;
}
.AnyTagClassName
{
color: #9F530A;
}
</style>
background-color css
<style>
a { background-color: #9F530A; }
a { background-color: rgb(159,83,10); }
div.DivClassName
{
background-color: #9F530A;
}
.BgClassName
{
background-color: #9F530A;
}
</style>
border-color css
<style>
span { border-color: #9F530A; }
span { border-color: rgb(159,83,10); }
td.TdClassName
{
border-color: #9F530A;
}
.TagClassName
{
border-color: #9F530A;
}
</style>