Shades of Afghan Tan #935A1B
Tints of Afghan Tan #935A1B
RGB
CMYK
RGB Variations
Color information
#935A1B (or 0x935A1B) is known color: Afghan Tan. HEX triplet: 93, 5A and 1B. RGB value is (147,90,27). Sum of RGB (Red+Green+Blue) = 147+90+27=264 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.68% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 147 - color contains mainly: red. Hex color #935A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935A1B is #6CA5E4. Grayscale: #646464. Windows color (decimal): -7120357 or 1792659. OLE color: 1792659.
HSL color Cylindrical-coordinate representation of color #935A1B: hue angle of 31.5º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #935A1B is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 90 | 27 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.42 |
| HSL | 31.5º | 0.69% | 0.34% | - |
| HSV(B) | 31.5º | 0.82% | 0.58% | - |
| XYZ | 15.89 | 13.59 | 2.82 | - |
| YUV | 99.86 | 86.88 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 27 | 0 | 0.39 | 0.82 | 0.42 | 31.5 | 0.69 | 0.34 |
| Hex | 93 | 5A | 1B | 0 | 27 | 52 | 2A | 1F | 45 | 22 |
| Octal | 223 | 132 | 33 | 0 | 47 | 122 | 52 | 37 | 105 | 42 |
| Binary | 10010011 | 1011010 | 11011 | 0 | 100111 | 1010010 | 101010 | 11111 | 1000101 | 100010 |
Color Harmonies of #935A1B
Complementary color
Monochromatic Colors of #935A1B
Black with #935A1B
Text Example
Text Example
White with #935A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935A1B; }
p { color: rgb(147,90,27); }
H1.HeaderClassName
{
color: #935A1B;
}
.AnyTagClassName
{
color: #935A1B;
}
</style>
background-color css
<style>
a { background-color: #935A1B; }
a { background-color: rgb(147,90,27); }
div.DivClassName
{
background-color: #935A1B;
}
.BgClassName
{
background-color: #935A1B;
}
</style>
border-color css
<style>
span { border-color: #935A1B; }
span { border-color: rgb(147,90,27); }
td.TdClassName
{
border-color: #935A1B;
}
.TagClassName
{
border-color: #935A1B;
}
</style>