Shades of Golden Brown #9A590D
Tints of Golden Brown #9A590D
RGB
CMYK
RGB Variations
Color information
#9A590D (or 0x9A590D) is known color: Golden Brown. HEX triplet: 9A, 59 and 0D. RGB value is (154,89,13). Sum of RGB (Red+Green+Blue) = 154+89+13=256 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.16% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 154 - color contains mainly: red. Hex color #9A590D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A590D is #65A6F2. Grayscale: #646464. Windows color (decimal): -6661875 or 874906. OLE color: 874906.
HSL color Cylindrical-coordinate representation of color #9A590D: hue angle of 32.34º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A590D is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 89 | 13 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.40 |
| HSL | 32.34º | 0.84% | 0.33% | - |
| HSV(B) | 32.34º | 0.92% | 0.6% | - |
| XYZ | 16.97 | 14.04 | 2.2 | - |
| YUV | 99.77 | 79.03 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 89 | 13 | 0 | 0.42 | 0.92 | 0.40 | 32.34 | 0.84 | 0.33 |
| Hex | 9A | 59 | D | 0 | 2A | 5C | 28 | 20 | 54 | 21 |
| Octal | 232 | 131 | 15 | 0 | 52 | 134 | 50 | 40 | 124 | 41 |
| Binary | 10011010 | 1011001 | 1101 | 0 | 101010 | 1011100 | 101000 | 100000 | 1010100 | 100001 |
Color Harmonies of #9A590D
Complementary color
Monochromatic Colors of #9A590D
Black with #9A590D
Text Example
Text Example
White with #9A590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A590D; }
p { color: rgb(154,89,13); }
H1.HeaderClassName
{
color: #9A590D;
}
.AnyTagClassName
{
color: #9A590D;
}
</style>
background-color css
<style>
a { background-color: #9A590D; }
a { background-color: rgb(154,89,13); }
div.DivClassName
{
background-color: #9A590D;
}
.BgClassName
{
background-color: #9A590D;
}
</style>
border-color css
<style>
span { border-color: #9A590D; }
span { border-color: rgb(154,89,13); }
td.TdClassName
{
border-color: #9A590D;
}
.TagClassName
{
border-color: #9A590D;
}
</style>