Shades of Afghan Tan #94591C
Tints of Afghan Tan #94591C
RGB
CMYK
RGB Variations
Color information
#94591C (or 0x94591C) is known color: Afghan Tan. HEX triplet: 94, 59 and 1C. RGB value is (148,89,28). Sum of RGB (Red+Green+Blue) = 148+89+28=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #94591C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94591C is #6BA6E3. Grayscale: #636363. Windows color (decimal): -7055076 or 1857940. OLE color: 1857940.
HSL color Cylindrical-coordinate representation of color #94591C: hue angle of 30.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94591C is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 89 | 28 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.42 |
| HSL | 30.5º | 0.68% | 0.35% | - |
| HSV(B) | 30.5º | 0.81% | 0.58% | - |
| XYZ | 15.99 | 13.52 | 2.87 | - |
| YUV | 99.69 | 87.55 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 28 | 0 | 0.40 | 0.81 | 0.42 | 30.5 | 0.68 | 0.35 |
| Hex | 94 | 59 | 1C | 0 | 28 | 51 | 2A | 1E | 44 | 23 |
| Octal | 224 | 131 | 34 | 0 | 50 | 121 | 52 | 36 | 104 | 43 |
| Binary | 10010100 | 1011001 | 11100 | 0 | 101000 | 1010001 | 101010 | 11110 | 1000100 | 100011 |
Color Harmonies of #94591C
Complementary color
Monochromatic Colors of #94591C
Black with #94591C
Text Example
Text Example
White with #94591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94591C; }
p { color: rgb(148,89,28); }
H1.HeaderClassName
{
color: #94591C;
}
.AnyTagClassName
{
color: #94591C;
}
</style>
background-color css
<style>
a { background-color: #94591C; }
a { background-color: rgb(148,89,28); }
div.DivClassName
{
background-color: #94591C;
}
.BgClassName
{
background-color: #94591C;
}
</style>
border-color css
<style>
span { border-color: #94591C; }
span { border-color: rgb(148,89,28); }
td.TdClassName
{
border-color: #94591C;
}
.TagClassName
{
border-color: #94591C;
}
</style>