Shades of Afghan Tan #94581D
Tints of Afghan Tan #94581D
RGB
CMYK
RGB Variations
Color information
#94581D (or 0x94581D) is known color: Afghan Tan. HEX triplet: 94, 58 and 1D. RGB value is (148,88,29). Sum of RGB (Red+Green+Blue) = 148+88+29=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #94581D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94581D is #6BA7E2. Grayscale: #636363. Windows color (decimal): -7055331 or 1923220. OLE color: 1923220.
HSL color Cylindrical-coordinate representation of color #94581D: hue angle of 29.75º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94581D is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 88 | 29 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.42 |
| HSL | 29.75º | 0.67% | 0.35% | - |
| HSV(B) | 29.75º | 0.8% | 0.58% | - |
| XYZ | 15.92 | 13.36 | 2.9 | - |
| YUV | 99.21 | 88.38 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 88 | 29 | 0 | 0.41 | 0.80 | 0.42 | 29.75 | 0.67 | 0.35 |
| Hex | 94 | 58 | 1D | 0 | 29 | 50 | 2A | 1E | 43 | 23 |
| Octal | 224 | 130 | 35 | 0 | 51 | 120 | 52 | 36 | 103 | 43 |
| Binary | 10010100 | 1011000 | 11101 | 0 | 101001 | 1010000 | 101010 | 11110 | 1000011 | 100011 |
Color Harmonies of #94581D
Complementary color
Monochromatic Colors of #94581D
Black with #94581D
Text Example
Text Example
White with #94581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94581D; }
p { color: rgb(148,88,29); }
H1.HeaderClassName
{
color: #94581D;
}
.AnyTagClassName
{
color: #94581D;
}
</style>
background-color css
<style>
a { background-color: #94581D; }
a { background-color: rgb(148,88,29); }
div.DivClassName
{
background-color: #94581D;
}
.BgClassName
{
background-color: #94581D;
}
</style>
border-color css
<style>
span { border-color: #94581D; }
span { border-color: rgb(148,88,29); }
td.TdClassName
{
border-color: #94581D;
}
.TagClassName
{
border-color: #94581D;
}
</style>