Shades of Afghan Tan #905C19
Tints of Afghan Tan #905C19
RGB
CMYK
RGB Variations
Color information
#905C19 (or 0x905C19) is known color: Afghan Tan. HEX triplet: 90, 5C and 19. RGB value is (144,92,25). Sum of RGB (Red+Green+Blue) = 144+92+25=261 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.17% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 144 - color contains mainly: red. Hex color #905C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905C19 is #6FA3E6. Grayscale: #646464. Windows color (decimal): -7316455 or 1662096. OLE color: 1662096.
HSL color Cylindrical-coordinate representation of color #905C19: hue angle of 33.78º 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 #905C19 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 92 | 25 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.44 |
| HSL | 33.78º | 0.7% | 0.33% | - |
| HSV(B) | 33.78º | 0.83% | 0.56% | - |
| XYZ | 15.5 | 13.65 | 2.74 | - |
| YUV | 99.91 | 85.73 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 25 | 0 | 0.36 | 0.83 | 0.44 | 33.78 | 0.7 | 0.33 |
| Hex | 90 | 5C | 19 | 0 | 24 | 53 | 2C | 22 | 46 | 21 |
| Octal | 220 | 134 | 31 | 0 | 44 | 123 | 54 | 42 | 106 | 41 |
| Binary | 10010000 | 1011100 | 11001 | 0 | 100100 | 1010011 | 101100 | 100010 | 1000110 | 100001 |
Color Harmonies of #905C19
Complementary color
Monochromatic Colors of #905C19
Black with #905C19
Text Example
Text Example
White with #905C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905C19; }
p { color: rgb(144,92,25); }
H1.HeaderClassName
{
color: #905C19;
}
.AnyTagClassName
{
color: #905C19;
}
</style>
background-color css
<style>
a { background-color: #905C19; }
a { background-color: rgb(144,92,25); }
div.DivClassName
{
background-color: #905C19;
}
.BgClassName
{
background-color: #905C19;
}
</style>
border-color css
<style>
span { border-color: #905C19; }
span { border-color: rgb(144,92,25); }
td.TdClassName
{
border-color: #905C19;
}
.TagClassName
{
border-color: #905C19;
}
</style>