Shades of Afghan Tan #905D1F
Tints of Afghan Tan #905D1F
RGB
CMYK
RGB Variations
Color information
#905D1F (or 0x905D1F) is known color: Afghan Tan. HEX triplet: 90, 5D and 1F. RGB value is (144,93,31). Sum of RGB (Red+Green+Blue) = 144+93+31=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #905D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905D1F is #6FA2E0. Grayscale: #656565. Windows color (decimal): -7316193 or 2055568. OLE color: 2055568.
HSL color Cylindrical-coordinate representation of color #905D1F: hue angle of 32.92º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #905D1F is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 93 | 31 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.44 |
| HSL | 32.92º | 0.65% | 0.34% | - |
| HSV(B) | 32.92º | 0.78% | 0.56% | - |
| XYZ | 15.66 | 13.86 | 3.15 | - |
| YUV | 101.18 | 88.4 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 31 | 0 | 0.35 | 0.78 | 0.44 | 32.92 | 0.65 | 0.34 |
| Hex | 90 | 5D | 1F | 0 | 23 | 4E | 2C | 21 | 41 | 22 |
| Octal | 220 | 135 | 37 | 0 | 43 | 116 | 54 | 41 | 101 | 42 |
| Binary | 10010000 | 1011101 | 11111 | 0 | 100011 | 1001110 | 101100 | 100001 | 1000001 | 100010 |
Color Harmonies of #905D1F
Complementary color
Monochromatic Colors of #905D1F
Black with #905D1F
Text Example
Text Example
White with #905D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905D1F; }
p { color: rgb(144,93,31); }
H1.HeaderClassName
{
color: #905D1F;
}
.AnyTagClassName
{
color: #905D1F;
}
</style>
background-color css
<style>
a { background-color: #905D1F; }
a { background-color: rgb(144,93,31); }
div.DivClassName
{
background-color: #905D1F;
}
.BgClassName
{
background-color: #905D1F;
}
</style>
border-color css
<style>
span { border-color: #905D1F; }
span { border-color: rgb(144,93,31); }
td.TdClassName
{
border-color: #905D1F;
}
.TagClassName
{
border-color: #905D1F;
}
</style>