Shades of Afghan Tan #905B19
Tints of Afghan Tan #905B19
RGB
CMYK
RGB Variations
Color information
#905B19 (or 0x905B19) is known color: Afghan Tan. HEX triplet: 90, 5B and 19. RGB value is (144,91,25). Sum of RGB (Red+Green+Blue) = 144+91+25=260 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.38% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 144 - color contains mainly: red. Hex color #905B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905B19 is #6FA4E6. Grayscale: #636363. Windows color (decimal): -7316711 or 1661840. OLE color: 1661840.
HSL color Cylindrical-coordinate representation of color #905B19: hue angle of 33.28º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #905B19 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 91 | 25 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.44 |
| HSL | 33.28º | 0.7% | 0.33% | - |
| HSV(B) | 33.28º | 0.83% | 0.56% | - |
| XYZ | 15.42 | 13.48 | 2.71 | - |
| YUV | 99.32 | 86.06 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 91 | 25 | 0 | 0.37 | 0.83 | 0.44 | 33.28 | 0.7 | 0.33 |
| Hex | 90 | 5B | 19 | 0 | 25 | 53 | 2C | 21 | 46 | 21 |
| Octal | 220 | 133 | 31 | 0 | 45 | 123 | 54 | 41 | 106 | 41 |
| Binary | 10010000 | 1011011 | 11001 | 0 | 100101 | 1010011 | 101100 | 100001 | 1000110 | 100001 |
Color Harmonies of #905B19
Complementary color
Monochromatic Colors of #905B19
Black with #905B19
Text Example
Text Example
White with #905B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905B19; }
p { color: rgb(144,91,25); }
H1.HeaderClassName
{
color: #905B19;
}
.AnyTagClassName
{
color: #905B19;
}
</style>
background-color css
<style>
a { background-color: #905B19; }
a { background-color: rgb(144,91,25); }
div.DivClassName
{
background-color: #905B19;
}
.BgClassName
{
background-color: #905B19;
}
</style>
border-color css
<style>
span { border-color: #905B19; }
span { border-color: rgb(144,91,25); }
td.TdClassName
{
border-color: #905B19;
}
.TagClassName
{
border-color: #905B19;
}
</style>