Shades of Afghan Tan #935D23
Tints of Afghan Tan #935D23
RGB
CMYK
RGB Variations
Color information
#935D23 (or 0x935D23) is known color: Afghan Tan. HEX triplet: 93, 5D and 23. RGB value is (147,93,35). Sum of RGB (Red+Green+Blue) = 147+93+35=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #935D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935D23 is #6CA2DC. Grayscale: #666666. Windows color (decimal): -7119581 or 2317715. OLE color: 2317715.
HSL color Cylindrical-coordinate representation of color #935D23: hue angle of 31.07º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #935D23 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 93 | 35 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.42 |
| HSL | 31.07º | 0.62% | 0.36% | - |
| HSV(B) | 31.07º | 0.76% | 0.58% | - |
| XYZ | 16.25 | 14.15 | 3.47 | - |
| YUV | 102.53 | 89.89 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 35 | 0 | 0.37 | 0.76 | 0.42 | 31.07 | 0.62 | 0.36 |
| Hex | 93 | 5D | 23 | 0 | 25 | 4C | 2A | 1F | 3E | 24 |
| Octal | 223 | 135 | 43 | 0 | 45 | 114 | 52 | 37 | 76 | 44 |
| Binary | 10010011 | 1011101 | 100011 | 0 | 100101 | 1001100 | 101010 | 11111 | 111110 | 100100 |
Color Harmonies of #935D23
Complementary color
Monochromatic Colors of #935D23
Black with #935D23
Text Example
Text Example
White with #935D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935D23; }
p { color: rgb(147,93,35); }
H1.HeaderClassName
{
color: #935D23;
}
.AnyTagClassName
{
color: #935D23;
}
</style>
background-color css
<style>
a { background-color: #935D23; }
a { background-color: rgb(147,93,35); }
div.DivClassName
{
background-color: #935D23;
}
.BgClassName
{
background-color: #935D23;
}
</style>
border-color css
<style>
span { border-color: #935D23; }
span { border-color: rgb(147,93,35); }
td.TdClassName
{
border-color: #935D23;
}
.TagClassName
{
border-color: #935D23;
}
</style>