Shades of Afghan Tan #905E1F
Tints of Afghan Tan #905E1F
RGB
CMYK
RGB Variations
Color information
#905E1F (or 0x905E1F) is known color: Afghan Tan. HEX triplet: 90, 5E and 1F. RGB value is (144,94,31). Sum of RGB (Red+Green+Blue) = 144+94+31=269 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.53% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 144 - color contains mainly: red. Hex color #905E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905E1F is #6FA1E0. Grayscale: #666666. Windows color (decimal): -7315937 or 2055824. OLE color: 2055824.
HSL color Cylindrical-coordinate representation of color #905E1F: hue angle of 33.45º 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 #905E1F is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 94 | 31 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.44 |
| HSL | 33.45º | 0.65% | 0.34% | - |
| HSV(B) | 33.45º | 0.78% | 0.56% | - |
| XYZ | 15.75 | 14.03 | 3.17 | - |
| YUV | 101.77 | 88.07 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 31 | 0 | 0.35 | 0.78 | 0.44 | 33.45 | 0.65 | 0.34 |
| Hex | 90 | 5E | 1F | 0 | 23 | 4E | 2C | 21 | 41 | 22 |
| Octal | 220 | 136 | 37 | 0 | 43 | 116 | 54 | 41 | 101 | 42 |
| Binary | 10010000 | 1011110 | 11111 | 0 | 100011 | 1001110 | 101100 | 100001 | 1000001 | 100010 |
Color Harmonies of #905E1F
Complementary color
Monochromatic Colors of #905E1F
Black with #905E1F
Text Example
Text Example
White with #905E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905E1F; }
p { color: rgb(144,94,31); }
H1.HeaderClassName
{
color: #905E1F;
}
.AnyTagClassName
{
color: #905E1F;
}
</style>
background-color css
<style>
a { background-color: #905E1F; }
a { background-color: rgb(144,94,31); }
div.DivClassName
{
background-color: #905E1F;
}
.BgClassName
{
background-color: #905E1F;
}
</style>
border-color css
<style>
span { border-color: #905E1F; }
span { border-color: rgb(144,94,31); }
td.TdClassName
{
border-color: #905E1F;
}
.TagClassName
{
border-color: #905E1F;
}
</style>