Shades of Golden Brown #9A710D
Tints of Golden Brown #9A710D
RGB
CMYK
RGB Variations
Color information
#9A710D (or 0x9A710D) is known color: Golden Brown. HEX triplet: 9A, 71 and 0D. RGB value is (154,113,13). Sum of RGB (Red+Green+Blue) = 154+113+13=280 (37% of max value = 765). Red value is 154 (60.55% from 255 or 55% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 154 - color contains mainly: red. Hex color #9A710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A710D is #658EF2. Grayscale: #727272. Windows color (decimal): -6655731 or 881050. OLE color: 881050.
HSL color Cylindrical-coordinate representation of color #9A710D: hue angle of 42.55º 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 #9A710D is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 113 | 13 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.40 |
| HSL | 42.55º | 0.84% | 0.33% | - |
| HSV(B) | 42.55º | 0.92% | 0.6% | - |
| XYZ | 19.3 | 18.71 | 2.97 | - |
| YUV | 113.86 | 71.08 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 113 | 13 | 0 | 0.27 | 0.92 | 0.40 | 42.55 | 0.84 | 0.33 |
| Hex | 9A | 71 | D | 0 | 1B | 5C | 28 | 2B | 54 | 21 |
| Octal | 232 | 161 | 15 | 0 | 33 | 134 | 50 | 53 | 124 | 41 |
| Binary | 10011010 | 1110001 | 1101 | 0 | 11011 | 1011100 | 101000 | 101011 | 1010100 | 100001 |
Color Harmonies of #9A710D
Complementary color
Monochromatic Colors of #9A710D
Black with #9A710D
Text Example
Text Example
White with #9A710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A710D; }
p { color: rgb(154,113,13); }
H1.HeaderClassName
{
color: #9A710D;
}
.AnyTagClassName
{
color: #9A710D;
}
</style>
background-color css
<style>
a { background-color: #9A710D; }
a { background-color: rgb(154,113,13); }
div.DivClassName
{
background-color: #9A710D;
}
.BgClassName
{
background-color: #9A710D;
}
</style>
border-color css
<style>
span { border-color: #9A710D; }
span { border-color: rgb(154,113,13); }
td.TdClassName
{
border-color: #9A710D;
}
.TagClassName
{
border-color: #9A710D;
}
</style>