Shades of Afghan Tan #905D23
Tints of Afghan Tan #905D23
RGB
CMYK
RGB Variations
Color information
#905D23 (or 0x905D23) is known color: Afghan Tan. HEX triplet: 90, 5D and 23. RGB value is (144,93,35). Sum of RGB (Red+Green+Blue) = 144+93+35=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #905D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905D23 is #6FA2DC. Grayscale: #656565. Windows color (decimal): -7316189 or 2317712. OLE color: 2317712.
HSL color Cylindrical-coordinate representation of color #905D23: hue angle of 31.93º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #905D23 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 93 | 35 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.44 |
| HSL | 31.93º | 0.61% | 0.35% | - |
| HSV(B) | 31.93º | 0.76% | 0.56% | - |
| XYZ | 15.72 | 13.88 | 3.44 | - |
| YUV | 101.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 35 | 0 | 0.35 | 0.76 | 0.44 | 31.93 | 0.61 | 0.35 |
| Hex | 90 | 5D | 23 | 0 | 23 | 4C | 2C | 20 | 3D | 23 |
| Octal | 220 | 135 | 43 | 0 | 43 | 114 | 54 | 40 | 75 | 43 |
| Binary | 10010000 | 1011101 | 100011 | 0 | 100011 | 1001100 | 101100 | 100000 | 111101 | 100011 |
Color Harmonies of #905D23
Complementary color
Monochromatic Colors of #905D23
Black with #905D23
Text Example
Text Example
White with #905D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905D23; }
p { color: rgb(144,93,35); }
H1.HeaderClassName
{
color: #905D23;
}
.AnyTagClassName
{
color: #905D23;
}
</style>
background-color css
<style>
a { background-color: #905D23; }
a { background-color: rgb(144,93,35); }
div.DivClassName
{
background-color: #905D23;
}
.BgClassName
{
background-color: #905D23;
}
</style>
border-color css
<style>
span { border-color: #905D23; }
span { border-color: rgb(144,93,35); }
td.TdClassName
{
border-color: #905D23;
}
.TagClassName
{
border-color: #905D23;
}
</style>