Shades of Golden Brown #9A740F
Tints of Golden Brown #9A740F
RGB
CMYK
RGB Variations
Color information
#9A740F (or 0x9A740F) is known color: Golden Brown. HEX triplet: 9A, 74 and 0F. RGB value is (154,116,15). Sum of RGB (Red+Green+Blue) = 154+116+15=285 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.04% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 154 - color contains mainly: red. Hex color #9A740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A740F is #658BF0. Grayscale: #747474. Windows color (decimal): -6654961 or 1012890. OLE color: 1012890.
HSL color Cylindrical-coordinate representation of color #9A740F: hue angle of 43.6º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A740F is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 116 | 15 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.40 |
| HSL | 43.6º | 0.82% | 0.33% | - |
| HSV(B) | 43.6º | 0.9% | 0.6% | - |
| XYZ | 19.66 | 19.4 | 3.16 | - |
| YUV | 115.85 | 71.09 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 116 | 15 | 0 | 0.25 | 0.90 | 0.40 | 43.6 | 0.82 | 0.33 |
| Hex | 9A | 74 | F | 0 | 19 | 5A | 28 | 2C | 52 | 21 |
| Octal | 232 | 164 | 17 | 0 | 31 | 132 | 50 | 54 | 122 | 41 |
| Binary | 10011010 | 1110100 | 1111 | 0 | 11001 | 1011010 | 101000 | 101100 | 1010010 | 100001 |
Color Harmonies of #9A740F
Complementary color
Monochromatic Colors of #9A740F
Black with #9A740F
Text Example
Text Example
White with #9A740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A740F; }
p { color: rgb(154,116,15); }
H1.HeaderClassName
{
color: #9A740F;
}
.AnyTagClassName
{
color: #9A740F;
}
</style>
background-color css
<style>
a { background-color: #9A740F; }
a { background-color: rgb(154,116,15); }
div.DivClassName
{
background-color: #9A740F;
}
.BgClassName
{
background-color: #9A740F;
}
</style>
border-color css
<style>
span { border-color: #9A740F; }
span { border-color: rgb(154,116,15); }
td.TdClassName
{
border-color: #9A740F;
}
.TagClassName
{
border-color: #9A740F;
}
</style>