Shades of Afghan Tan #945E21
Tints of Afghan Tan #945E21
RGB
CMYK
RGB Variations
Color information
#945E21 (or 0x945E21) is known color: Afghan Tan. HEX triplet: 94, 5E and 21. RGB value is (148,94,33). Sum of RGB (Red+Green+Blue) = 148+94+33=275 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.82% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 148 - color contains mainly: red. Hex color #945E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945E21 is #6BA1DE. Grayscale: #676767. Windows color (decimal): -7053791 or 2186900. OLE color: 2186900.
HSL color Cylindrical-coordinate representation of color #945E21: hue angle of 31.83º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #945E21 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 94 | 33 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.42 |
| HSL | 31.83º | 0.64% | 0.35% | - |
| HSV(B) | 31.83º | 0.78% | 0.58% | - |
| XYZ | 16.49 | 14.41 | 3.35 | - |
| YUV | 103.19 | 88.39 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 94 | 33 | 0 | 0.36 | 0.78 | 0.42 | 31.83 | 0.64 | 0.35 |
| Hex | 94 | 5E | 21 | 0 | 24 | 4E | 2A | 20 | 40 | 23 |
| Octal | 224 | 136 | 41 | 0 | 44 | 116 | 52 | 40 | 100 | 43 |
| Binary | 10010100 | 1011110 | 100001 | 0 | 100100 | 1001110 | 101010 | 100000 | 1000000 | 100011 |
Color Harmonies of #945E21
Complementary color
Monochromatic Colors of #945E21
Black with #945E21
Text Example
Text Example
White with #945E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945E21; }
p { color: rgb(148,94,33); }
H1.HeaderClassName
{
color: #945E21;
}
.AnyTagClassName
{
color: #945E21;
}
</style>
background-color css
<style>
a { background-color: #945E21; }
a { background-color: rgb(148,94,33); }
div.DivClassName
{
background-color: #945E21;
}
.BgClassName
{
background-color: #945E21;
}
</style>
border-color css
<style>
span { border-color: #945E21; }
span { border-color: rgb(148,94,33); }
td.TdClassName
{
border-color: #945E21;
}
.TagClassName
{
border-color: #945E21;
}
</style>