Shades of Afghan Tan #935A1C
Tints of Afghan Tan #935A1C
RGB
CMYK
RGB Variations
Color information
#935A1C (or 0x935A1C) is known color: Afghan Tan. HEX triplet: 93, 5A and 1C. RGB value is (147,90,28). Sum of RGB (Red+Green+Blue) = 147+90+28=265 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.47% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 147 - color contains mainly: red. Hex color #935A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935A1C is #6CA5E3. Grayscale: #646464. Windows color (decimal): -7120356 or 1858195. OLE color: 1858195.
HSL color Cylindrical-coordinate representation of color #935A1C: hue angle of 31.26º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #935A1C is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 90 | 28 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.42 |
| HSL | 31.26º | 0.68% | 0.34% | - |
| HSV(B) | 31.26º | 0.81% | 0.58% | - |
| XYZ | 15.9 | 13.6 | 2.89 | - |
| YUV | 99.98 | 87.38 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 28 | 0 | 0.39 | 0.81 | 0.42 | 31.26 | 0.68 | 0.34 |
| Hex | 93 | 5A | 1C | 0 | 27 | 51 | 2A | 1F | 44 | 22 |
| Octal | 223 | 132 | 34 | 0 | 47 | 121 | 52 | 37 | 104 | 42 |
| Binary | 10010011 | 1011010 | 11100 | 0 | 100111 | 1010001 | 101010 | 11111 | 1000100 | 100010 |
Color Harmonies of #935A1C
Complementary color
Monochromatic Colors of #935A1C
Black with #935A1C
Text Example
Text Example
White with #935A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935A1C; }
p { color: rgb(147,90,28); }
H1.HeaderClassName
{
color: #935A1C;
}
.AnyTagClassName
{
color: #935A1C;
}
</style>
background-color css
<style>
a { background-color: #935A1C; }
a { background-color: rgb(147,90,28); }
div.DivClassName
{
background-color: #935A1C;
}
.BgClassName
{
background-color: #935A1C;
}
</style>
border-color css
<style>
span { border-color: #935A1C; }
span { border-color: rgb(147,90,28); }
td.TdClassName
{
border-color: #935A1C;
}
.TagClassName
{
border-color: #935A1C;
}
</style>