Shades of Afghan Tan #955E1F
Tints of Afghan Tan #955E1F
RGB
CMYK
RGB Variations
Color information
#955E1F (or 0x955E1F) is known color: Afghan Tan. HEX triplet: 95, 5E and 1F. RGB value is (149,94,31). Sum of RGB (Red+Green+Blue) = 149+94+31=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #955E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E1F is #6AA1E0. Grayscale: #676767. Windows color (decimal): -6988257 or 2055829. OLE color: 2055829.
HSL color Cylindrical-coordinate representation of color #955E1F: hue angle of 32.03º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #955E1F is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 94 | 31 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.42 |
| HSL | 32.03º | 0.66% | 0.35% | - |
| HSV(B) | 32.03º | 0.79% | 0.58% | - |
| XYZ | 16.64 | 14.49 | 3.22 | - |
| YUV | 103.26 | 87.22 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 31 | 0 | 0.37 | 0.79 | 0.42 | 32.03 | 0.66 | 0.35 |
| Hex | 95 | 5E | 1F | 0 | 25 | 4F | 2A | 20 | 42 | 23 |
| Octal | 225 | 136 | 37 | 0 | 45 | 117 | 52 | 40 | 102 | 43 |
| Binary | 10010101 | 1011110 | 11111 | 0 | 100101 | 1001111 | 101010 | 100000 | 1000010 | 100011 |
Color Harmonies of #955E1F
Complementary color
Monochromatic Colors of #955E1F
Black with #955E1F
Text Example
Text Example
White with #955E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955E1F; }
p { color: rgb(149,94,31); }
H1.HeaderClassName
{
color: #955E1F;
}
.AnyTagClassName
{
color: #955E1F;
}
</style>
background-color css
<style>
a { background-color: #955E1F; }
a { background-color: rgb(149,94,31); }
div.DivClassName
{
background-color: #955E1F;
}
.BgClassName
{
background-color: #955E1F;
}
</style>
border-color css
<style>
span { border-color: #955E1F; }
span { border-color: rgb(149,94,31); }
td.TdClassName
{
border-color: #955E1F;
}
.TagClassName
{
border-color: #955E1F;
}
</style>