Shades of Golden Brown #9E5A12
Tints of Golden Brown #9E5A12
RGB
CMYK
RGB Variations
Color information
#9E5A12 (or 0x9E5A12) is known color: Golden Brown. HEX triplet: 9E, 5A and 12. RGB value is (158,90,18). Sum of RGB (Red+Green+Blue) = 158+90+18=266 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.40% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5A12 is #61A5ED. Grayscale: #666666. Windows color (decimal): -6399470 or 1202846. OLE color: 1202846.
HSL color Cylindrical-coordinate representation of color #9E5A12: hue angle of 30.86º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E5A12 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 90 | 18 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.38 |
| HSL | 30.86º | 0.8% | 0.35% | - |
| HSV(B) | 30.86º | 0.89% | 0.62% | - |
| XYZ | 17.87 | 14.63 | 2.45 | - |
| YUV | 102.12 | 80.53 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 90 | 18 | 0 | 0.43 | 0.89 | 0.38 | 30.86 | 0.8 | 0.35 |
| Hex | 9E | 5A | 12 | 0 | 2B | 59 | 26 | 1F | 50 | 23 |
| Octal | 236 | 132 | 22 | 0 | 53 | 131 | 46 | 37 | 120 | 43 |
| Binary | 10011110 | 1011010 | 10010 | 0 | 101011 | 1011001 | 100110 | 11111 | 1010000 | 100011 |
Color Harmonies of #9E5A12
Complementary color
Monochromatic Colors of #9E5A12
Black with #9E5A12
Text Example
Text Example
White with #9E5A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5A12; }
p { color: rgb(158,90,18); }
H1.HeaderClassName
{
color: #9E5A12;
}
.AnyTagClassName
{
color: #9E5A12;
}
</style>
background-color css
<style>
a { background-color: #9E5A12; }
a { background-color: rgb(158,90,18); }
div.DivClassName
{
background-color: #9E5A12;
}
.BgClassName
{
background-color: #9E5A12;
}
</style>
border-color css
<style>
span { border-color: #9E5A12; }
span { border-color: rgb(158,90,18); }
td.TdClassName
{
border-color: #9E5A12;
}
.TagClassName
{
border-color: #9E5A12;
}
</style>