Shades of Afghan Tan #955A1C
Tints of Afghan Tan #955A1C
RGB
CMYK
RGB Variations
Color information
#955A1C (or 0x955A1C) is known color: Afghan Tan. HEX triplet: 95, 5A and 1C. RGB value is (149,90,28). Sum of RGB (Red+Green+Blue) = 149+90+28=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #955A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955A1C is #6AA5E3. Grayscale: #646464. Windows color (decimal): -6989284 or 1858197. OLE color: 1858197.
HSL color Cylindrical-coordinate representation of color #955A1C: hue angle of 30.74º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #955A1C is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 90 | 28 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.42 |
| HSL | 30.74º | 0.68% | 0.35% | - |
| HSV(B) | 30.74º | 0.81% | 0.58% | - |
| XYZ | 16.26 | 13.79 | 2.9 | - |
| YUV | 100.57 | 87.05 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 28 | 0 | 0.40 | 0.81 | 0.42 | 30.74 | 0.68 | 0.35 |
| Hex | 95 | 5A | 1C | 0 | 28 | 51 | 2A | 1F | 44 | 23 |
| Octal | 225 | 132 | 34 | 0 | 50 | 121 | 52 | 37 | 104 | 43 |
| Binary | 10010101 | 1011010 | 11100 | 0 | 101000 | 1010001 | 101010 | 11111 | 1000100 | 100011 |
Color Harmonies of #955A1C
Complementary color
Monochromatic Colors of #955A1C
Black with #955A1C
Text Example
Text Example
White with #955A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955A1C; }
p { color: rgb(149,90,28); }
H1.HeaderClassName
{
color: #955A1C;
}
.AnyTagClassName
{
color: #955A1C;
}
</style>
background-color css
<style>
a { background-color: #955A1C; }
a { background-color: rgb(149,90,28); }
div.DivClassName
{
background-color: #955A1C;
}
.BgClassName
{
background-color: #955A1C;
}
</style>
border-color css
<style>
span { border-color: #955A1C; }
span { border-color: rgb(149,90,28); }
td.TdClassName
{
border-color: #955A1C;
}
.TagClassName
{
border-color: #955A1C;
}
</style>