Shades of Golden Brown #9A5E12
Tints of Golden Brown #9A5E12
RGB
CMYK
RGB Variations
Color information
#9A5E12 (or 0x9A5E12) is known color: Golden Brown. HEX triplet: 9A, 5E and 12. RGB value is (154,94,18). Sum of RGB (Red+Green+Blue) = 154+94+18=266 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.89% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5E12 is #65A1ED. Grayscale: #676767. Windows color (decimal): -6660590 or 1203866. OLE color: 1203866.
HSL color Cylindrical-coordinate representation of color #9A5E12: hue angle of 33.53º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A5E12 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 94 | 18 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.40 |
| HSL | 33.53º | 0.79% | 0.34% | - |
| HSV(B) | 33.53º | 0.88% | 0.6% | - |
| XYZ | 17.44 | 14.92 | 2.53 | - |
| YUV | 103.28 | 79.88 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 18 | 0 | 0.39 | 0.88 | 0.40 | 33.53 | 0.79 | 0.34 |
| Hex | 9A | 5E | 12 | 0 | 27 | 58 | 28 | 22 | 4F | 22 |
| Octal | 232 | 136 | 22 | 0 | 47 | 130 | 50 | 42 | 117 | 42 |
| Binary | 10011010 | 1011110 | 10010 | 0 | 100111 | 1011000 | 101000 | 100010 | 1001111 | 100010 |
Color Harmonies of #9A5E12
Complementary color
Monochromatic Colors of #9A5E12
Black with #9A5E12
Text Example
Text Example
White with #9A5E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5E12; }
p { color: rgb(154,94,18); }
H1.HeaderClassName
{
color: #9A5E12;
}
.AnyTagClassName
{
color: #9A5E12;
}
</style>
background-color css
<style>
a { background-color: #9A5E12; }
a { background-color: rgb(154,94,18); }
div.DivClassName
{
background-color: #9A5E12;
}
.BgClassName
{
background-color: #9A5E12;
}
</style>
border-color css
<style>
span { border-color: #9A5E12; }
span { border-color: rgb(154,94,18); }
td.TdClassName
{
border-color: #9A5E12;
}
.TagClassName
{
border-color: #9A5E12;
}
</style>