Shades of Golden Brown #9A540A
Tints of Golden Brown #9A540A
RGB
CMYK
RGB Variations
Color information
#9A540A (or 0x9A540A) is known color: Golden Brown. HEX triplet: 9A, 54 and 0A. RGB value is (154,84,10). Sum of RGB (Red+Green+Blue) = 154+84+10=248 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.10% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 154 - color contains mainly: red. Hex color #9A540A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A540A is #65ABF5. Grayscale: #606060. Windows color (decimal): -6663158 or 677018. OLE color: 677018.
HSL color Cylindrical-coordinate representation of color #9A540A: hue angle of 30.83º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A540A is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 84 | 10 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.40 |
| HSL | 30.83º | 0.88% | 0.32% | - |
| HSV(B) | 30.83º | 0.94% | 0.6% | - |
| XYZ | 16.55 | 13.23 | 1.97 | - |
| YUV | 96.49 | 79.19 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 84 | 10 | 0 | 0.45 | 0.94 | 0.40 | 30.83 | 0.88 | 0.32 |
| Hex | 9A | 54 | A | 0 | 2D | 5E | 28 | 1F | 58 | 20 |
| Octal | 232 | 124 | 12 | 0 | 55 | 136 | 50 | 37 | 130 | 40 |
| Binary | 10011010 | 1010100 | 1010 | 0 | 101101 | 1011110 | 101000 | 11111 | 1011000 | 100000 |
Color Harmonies of #9A540A
Complementary color
Monochromatic Colors of #9A540A
Black with #9A540A
Text Example
Text Example
White with #9A540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A540A; }
p { color: rgb(154,84,10); }
H1.HeaderClassName
{
color: #9A540A;
}
.AnyTagClassName
{
color: #9A540A;
}
</style>
background-color css
<style>
a { background-color: #9A540A; }
a { background-color: rgb(154,84,10); }
div.DivClassName
{
background-color: #9A540A;
}
.BgClassName
{
background-color: #9A540A;
}
</style>
border-color css
<style>
span { border-color: #9A540A; }
span { border-color: rgb(154,84,10); }
td.TdClassName
{
border-color: #9A540A;
}
.TagClassName
{
border-color: #9A540A;
}
</style>