Shades of Afghan Tan #9E5C1E
Tints of Afghan Tan #9E5C1E
RGB
CMYK
RGB Variations
Color information
#9E5C1E (or 0x9E5C1E) is known color: Afghan Tan. HEX triplet: 9E, 5C and 1E. RGB value is (158,92,30). Sum of RGB (Red+Green+Blue) = 158+92+30=280 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.43% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5C1E is #61A3E1. Grayscale: #686868. Windows color (decimal): -6398946 or 1989790. OLE color: 1989790.
HSL color Cylindrical-coordinate representation of color #9E5C1E: hue angle of 29.06º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9E5C1E is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 92 | 30 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.38 |
| HSL | 29.06º | 0.68% | 0.37% | - |
| HSV(B) | 29.06º | 0.81% | 0.62% | - |
| XYZ | 18.16 | 15.02 | 3.17 | - |
| YUV | 104.67 | 85.87 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 92 | 30 | 0 | 0.42 | 0.81 | 0.38 | 29.06 | 0.68 | 0.37 |
| Hex | 9E | 5C | 1E | 0 | 2A | 51 | 26 | 1D | 44 | 25 |
| Octal | 236 | 134 | 36 | 0 | 52 | 121 | 46 | 35 | 104 | 45 |
| Binary | 10011110 | 1011100 | 11110 | 0 | 101010 | 1010001 | 100110 | 11101 | 1000100 | 100101 |
Color Harmonies of #9E5C1E
Complementary color
Monochromatic Colors of #9E5C1E
Black with #9E5C1E
Text Example
Text Example
White with #9E5C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5C1E; }
p { color: rgb(158,92,30); }
H1.HeaderClassName
{
color: #9E5C1E;
}
.AnyTagClassName
{
color: #9E5C1E;
}
</style>
background-color css
<style>
a { background-color: #9E5C1E; }
a { background-color: rgb(158,92,30); }
div.DivClassName
{
background-color: #9E5C1E;
}
.BgClassName
{
background-color: #9E5C1E;
}
</style>
border-color css
<style>
span { border-color: #9E5C1E; }
span { border-color: rgb(158,92,30); }
td.TdClassName
{
border-color: #9E5C1E;
}
.TagClassName
{
border-color: #9E5C1E;
}
</style>