Shades of Golden Brown #9A5E10
Tints of Golden Brown #9A5E10
RGB
CMYK
RGB Variations
Color information
#9A5E10 (or 0x9A5E10) is known color: Golden Brown. HEX triplet: 9A, 5E and 10. RGB value is (154,94,16). Sum of RGB (Red+Green+Blue) = 154+94+16=264 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.33% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5E10 is #65A1EF. Grayscale: #676767. Windows color (decimal): -6660592 or 1072794. OLE color: 1072794.
HSL color Cylindrical-coordinate representation of color #9A5E10: hue angle of 33.91º degrees, saturation: 0.81, 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 #9A5E10 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 94 | 16 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.40 |
| HSL | 33.91º | 0.81% | 0.33% | - |
| HSV(B) | 33.91º | 0.9% | 0.6% | - |
| XYZ | 17.42 | 14.91 | 2.45 | - |
| YUV | 103.05 | 78.88 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 16 | 0 | 0.39 | 0.90 | 0.40 | 33.91 | 0.81 | 0.33 |
| Hex | 9A | 5E | 10 | 0 | 27 | 5A | 28 | 22 | 51 | 21 |
| Octal | 232 | 136 | 20 | 0 | 47 | 132 | 50 | 42 | 121 | 41 |
| Binary | 10011010 | 1011110 | 10000 | 0 | 100111 | 1011010 | 101000 | 100010 | 1010001 | 100001 |
Color Harmonies of #9A5E10
Complementary color
Monochromatic Colors of #9A5E10
Black with #9A5E10
Text Example
Text Example
White with #9A5E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5E10; }
p { color: rgb(154,94,16); }
H1.HeaderClassName
{
color: #9A5E10;
}
.AnyTagClassName
{
color: #9A5E10;
}
</style>
background-color css
<style>
a { background-color: #9A5E10; }
a { background-color: rgb(154,94,16); }
div.DivClassName
{
background-color: #9A5E10;
}
.BgClassName
{
background-color: #9A5E10;
}
</style>
border-color css
<style>
span { border-color: #9A5E10; }
span { border-color: rgb(154,94,16); }
td.TdClassName
{
border-color: #9A5E10;
}
.TagClassName
{
border-color: #9A5E10;
}
</style>