Shades of Afghan Tan #905D25
Tints of Afghan Tan #905D25
RGB
CMYK
RGB Variations
Color information
#905D25 (or 0x905D25) is known color: Afghan Tan. HEX triplet: 90, 5D and 25. RGB value is (144,93,37). Sum of RGB (Red+Green+Blue) = 144+93+37=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #905D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905D25 is #6FA2DA. Grayscale: #666666. Windows color (decimal): -7316187 or 2448784. OLE color: 2448784.
HSL color Cylindrical-coordinate representation of color #905D25: hue angle of 31.4º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #905D25 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 93 | 37 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.44 |
| HSL | 31.4º | 0.59% | 0.35% | - |
| HSV(B) | 31.4º | 0.74% | 0.56% | - |
| XYZ | 15.75 | 13.89 | 3.6 | - |
| YUV | 101.87 | 91.4 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 37 | 0 | 0.35 | 0.74 | 0.44 | 31.4 | 0.59 | 0.35 |
| Hex | 90 | 5D | 25 | 0 | 23 | 4A | 2C | 1F | 3B | 23 |
| Octal | 220 | 135 | 45 | 0 | 43 | 112 | 54 | 37 | 73 | 43 |
| Binary | 10010000 | 1011101 | 100101 | 0 | 100011 | 1001010 | 101100 | 11111 | 111011 | 100011 |
Color Harmonies of #905D25
Complementary color
Monochromatic Colors of #905D25
Black with #905D25
Text Example
Text Example
White with #905D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905D25; }
p { color: rgb(144,93,37); }
H1.HeaderClassName
{
color: #905D25;
}
.AnyTagClassName
{
color: #905D25;
}
</style>
background-color css
<style>
a { background-color: #905D25; }
a { background-color: rgb(144,93,37); }
div.DivClassName
{
background-color: #905D25;
}
.BgClassName
{
background-color: #905D25;
}
</style>
border-color css
<style>
span { border-color: #905D25; }
span { border-color: rgb(144,93,37); }
td.TdClassName
{
border-color: #905D25;
}
.TagClassName
{
border-color: #905D25;
}
</style>