Shades of Golden Brown #9F721D
Tints of Golden Brown #9F721D
RGB
CMYK
RGB Variations
Color information
#9F721D (or 0x9F721D) is known color: Golden Brown. HEX triplet: 9F, 72 and 1D. RGB value is (159,114,29). Sum of RGB (Red+Green+Blue) = 159+114+29=302 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.65% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 159 - color contains mainly: red. Hex color #9F721D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F721D is #608DE2. Grayscale: #767676. Windows color (decimal): -6327779 or 1929887. OLE color: 1929887.
HSL color Cylindrical-coordinate representation of color #9F721D: hue angle of 39.23º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F721D is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 114 | 29 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.38 |
| HSL | 39.23º | 0.69% | 0.37% | - |
| HSV(B) | 39.23º | 0.82% | 0.62% | - |
| XYZ | 20.54 | 19.49 | 3.84 | - |
| YUV | 117.77 | 77.91 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 114 | 29 | 0 | 0.28 | 0.82 | 0.38 | 39.23 | 0.69 | 0.37 |
| Hex | 9F | 72 | 1D | 0 | 1C | 52 | 26 | 27 | 45 | 25 |
| Octal | 237 | 162 | 35 | 0 | 34 | 122 | 46 | 47 | 105 | 45 |
| Binary | 10011111 | 1110010 | 11101 | 0 | 11100 | 1010010 | 100110 | 100111 | 1000101 | 100101 |
Color Harmonies of #9F721D
Complementary color
Monochromatic Colors of #9F721D
Black with #9F721D
Text Example
Text Example
White with #9F721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F721D; }
p { color: rgb(159,114,29); }
H1.HeaderClassName
{
color: #9F721D;
}
.AnyTagClassName
{
color: #9F721D;
}
</style>
background-color css
<style>
a { background-color: #9F721D; }
a { background-color: rgb(159,114,29); }
div.DivClassName
{
background-color: #9F721D;
}
.BgClassName
{
background-color: #9F721D;
}
</style>
border-color css
<style>
span { border-color: #9F721D; }
span { border-color: rgb(159,114,29); }
td.TdClassName
{
border-color: #9F721D;
}
.TagClassName
{
border-color: #9F721D;
}
</style>