Shades of Golden Brown #9F5300
Tints of Golden Brown #9F5300
RGB
CMYK
RGB Variations
Color information
#9F5300 (or 0x9F5300) is known color: Golden Brown. HEX triplet: 9F, 53 and 00. RGB value is (159,83,0). Sum of RGB (Red+Green+Blue) = 159+83+0=242 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.70% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5300 is #60ACFF. Grayscale: #606060. Windows color (decimal): -6335744 or 21407. OLE color: 21407.
HSL color Cylindrical-coordinate representation of color #9F5300: hue angle of 31.32º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F5300 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 83 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.38 |
| HSL | 31.32º | 1% | 0.31% | - |
| HSV(B) | 31.32º | 1% | 0.62% | - |
| XYZ | 17.39 | 13.56 | 1.7 | - |
| YUV | 96.26 | 73.68 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 0 | 0 | 0.48 | 1 | 0.38 | 31.32 | 1 | 0.31 |
| Hex | 9F | 53 | 0 | 0 | 30 | 64 | 26 | 1F | 64 | 1F |
| Octal | 237 | 123 | 0 | 0 | 60 | 144 | 46 | 37 | 144 | 37 |
| Binary | 10011111 | 1010011 | 0 | 0 | 110000 | 1100100 | 100110 | 11111 | 1100100 | 11111 |
Color Harmonies of #9F5300
Complementary color
Monochromatic Colors of #9F5300
Black with #9F5300
Text Example
Text Example
White with #9F5300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5300; }
p { color: rgb(159,83,0); }
H1.HeaderClassName
{
color: #9F5300;
}
.AnyTagClassName
{
color: #9F5300;
}
</style>
background-color css
<style>
a { background-color: #9F5300; }
a { background-color: rgb(159,83,0); }
div.DivClassName
{
background-color: #9F5300;
}
.BgClassName
{
background-color: #9F5300;
}
</style>
border-color css
<style>
span { border-color: #9F5300; }
span { border-color: rgb(159,83,0); }
td.TdClassName
{
border-color: #9F5300;
}
.TagClassName
{
border-color: #9F5300;
}
</style>