Shades of Golden Brown #9E5D1A
Tints of Golden Brown #9E5D1A
RGB
CMYK
RGB Variations
Color information
#9E5D1A (or 0x9E5D1A) is known color: Golden Brown. HEX triplet: 9E, 5D and 1A. RGB value is (158,93,26). Sum of RGB (Red+Green+Blue) = 158+93+26=277 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.04% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5D1A is #61A2E5. Grayscale: #696969. Windows color (decimal): -6398694 or 1727902. OLE color: 1727902.
HSL color Cylindrical-coordinate representation of color #9E5D1A: hue angle of 30.45º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E5D1A is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 93 | 26 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.38 |
| HSL | 30.45º | 0.72% | 0.36% | - |
| HSV(B) | 30.45º | 0.84% | 0.62% | - |
| XYZ | 18.2 | 15.17 | 2.95 | - |
| YUV | 104.8 | 83.53 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 93 | 26 | 0 | 0.41 | 0.84 | 0.38 | 30.45 | 0.72 | 0.36 |
| Hex | 9E | 5D | 1A | 0 | 29 | 54 | 26 | 1E | 48 | 24 |
| Octal | 236 | 135 | 32 | 0 | 51 | 124 | 46 | 36 | 110 | 44 |
| Binary | 10011110 | 1011101 | 11010 | 0 | 101001 | 1010100 | 100110 | 11110 | 1001000 | 100100 |
Color Harmonies of #9E5D1A
Complementary color
Monochromatic Colors of #9E5D1A
Black with #9E5D1A
Text Example
Text Example
White with #9E5D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5D1A; }
p { color: rgb(158,93,26); }
H1.HeaderClassName
{
color: #9E5D1A;
}
.AnyTagClassName
{
color: #9E5D1A;
}
</style>
background-color css
<style>
a { background-color: #9E5D1A; }
a { background-color: rgb(158,93,26); }
div.DivClassName
{
background-color: #9E5D1A;
}
.BgClassName
{
background-color: #9E5D1A;
}
</style>
border-color css
<style>
span { border-color: #9E5D1A; }
span { border-color: rgb(158,93,26); }
td.TdClassName
{
border-color: #9E5D1A;
}
.TagClassName
{
border-color: #9E5D1A;
}
</style>