Shades of Golden Brown #9A5C16
Tints of Golden Brown #9A5C16
RGB
CMYK
RGB Variations
Color information
#9A5C16 (or 0x9A5C16) is known color: Golden Brown. HEX triplet: 9A, 5C and 16. RGB value is (154,92,22). Sum of RGB (Red+Green+Blue) = 154+92+22=268 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.46% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5C16 is #65A3E9. Grayscale: #666666. Windows color (decimal): -6661098 or 1465498. OLE color: 1465498.
HSL color Cylindrical-coordinate representation of color #9A5C16: hue angle of 31.82º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A5C16 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 92 | 22 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.40 |
| HSL | 31.82º | 0.75% | 0.35% | - |
| HSV(B) | 31.82º | 0.86% | 0.6% | - |
| XYZ | 17.3 | 14.58 | 2.66 | - |
| YUV | 102.56 | 82.54 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 92 | 22 | 0 | 0.40 | 0.86 | 0.40 | 31.82 | 0.75 | 0.35 |
| Hex | 9A | 5C | 16 | 0 | 28 | 56 | 28 | 20 | 4B | 23 |
| Octal | 232 | 134 | 26 | 0 | 50 | 126 | 50 | 40 | 113 | 43 |
| Binary | 10011010 | 1011100 | 10110 | 0 | 101000 | 1010110 | 101000 | 100000 | 1001011 | 100011 |
Color Harmonies of #9A5C16
Complementary color
Monochromatic Colors of #9A5C16
Black with #9A5C16
Text Example
Text Example
White with #9A5C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5C16; }
p { color: rgb(154,92,22); }
H1.HeaderClassName
{
color: #9A5C16;
}
.AnyTagClassName
{
color: #9A5C16;
}
</style>
background-color css
<style>
a { background-color: #9A5C16; }
a { background-color: rgb(154,92,22); }
div.DivClassName
{
background-color: #9A5C16;
}
.BgClassName
{
background-color: #9A5C16;
}
</style>
border-color css
<style>
span { border-color: #9A5C16; }
span { border-color: rgb(154,92,22); }
td.TdClassName
{
border-color: #9A5C16;
}
.TagClassName
{
border-color: #9A5C16;
}
</style>