Shades of Golden Brown #9A5C05
Tints of Golden Brown #9A5C05
RGB
CMYK
RGB Variations
Color information
#9A5C05 (or 0x9A5C05) is known color: Golden Brown. HEX triplet: 9A, 5C and 05. RGB value is (154,92,5). Sum of RGB (Red+Green+Blue) = 154+92+5=251 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.35% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5C05 is #65A3FA. Grayscale: #656565. Windows color (decimal): -6661115 or 351386. OLE color: 351386.
HSL color Cylindrical-coordinate representation of color #9A5C05: hue angle of 35.03º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A5C05 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 92 | 5 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.40 |
| HSL | 35.03º | 0.94% | 0.31% | - |
| HSV(B) | 35.03º | 0.97% | 0.6% | - |
| XYZ | 17.18 | 14.54 | 2.04 | - |
| YUV | 100.62 | 74.04 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 92 | 5 | 0 | 0.40 | 0.97 | 0.40 | 35.03 | 0.94 | 0.31 |
| Hex | 9A | 5C | 5 | 0 | 28 | 61 | 28 | 23 | 5E | 1F |
| Octal | 232 | 134 | 5 | 0 | 50 | 141 | 50 | 43 | 136 | 37 |
| Binary | 10011010 | 1011100 | 101 | 0 | 101000 | 1100001 | 101000 | 100011 | 1011110 | 11111 |
Color Harmonies of #9A5C05
Complementary color
Monochromatic Colors of #9A5C05
Black with #9A5C05
Text Example
Text Example
White with #9A5C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5C05; }
p { color: rgb(154,92,5); }
H1.HeaderClassName
{
color: #9A5C05;
}
.AnyTagClassName
{
color: #9A5C05;
}
</style>
background-color css
<style>
a { background-color: #9A5C05; }
a { background-color: rgb(154,92,5); }
div.DivClassName
{
background-color: #9A5C05;
}
.BgClassName
{
background-color: #9A5C05;
}
</style>
border-color css
<style>
span { border-color: #9A5C05; }
span { border-color: rgb(154,92,5); }
td.TdClassName
{
border-color: #9A5C05;
}
.TagClassName
{
border-color: #9A5C05;
}
</style>