Shades of Afghan Tan #955E2C
Tints of Afghan Tan #955E2C
RGB
CMYK
RGB Variations
Color information
#955E2C (or 0x955E2C) is known color: Afghan Tan. HEX triplet: 95, 5E and 2C. RGB value is (149,94,44). Sum of RGB (Red+Green+Blue) = 149+94+44=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #955E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E2C is #6AA1D3. Grayscale: #696969. Windows color (decimal): -6988244 or 2907797. OLE color: 2907797.
HSL color Cylindrical-coordinate representation of color #955E2C: hue angle of 28.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #955E2C is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 94 | 44 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.42 |
| HSL | 28.57º | 0.54% | 0.38% | - |
| HSV(B) | 28.57º | 0.7% | 0.58% | - |
| XYZ | 16.85 | 14.58 | 4.31 | - |
| YUV | 104.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 44 | 0 | 0.37 | 0.70 | 0.42 | 28.57 | 0.54 | 0.38 |
| Hex | 95 | 5E | 2C | 0 | 25 | 46 | 2A | 1D | 36 | 26 |
| Octal | 225 | 136 | 54 | 0 | 45 | 106 | 52 | 35 | 66 | 46 |
| Binary | 10010101 | 1011110 | 101100 | 0 | 100101 | 1000110 | 101010 | 11101 | 110110 | 100110 |
Color Harmonies of #955E2C
Complementary color
Monochromatic Colors of #955E2C
Black with #955E2C
Text Example
Text Example
White with #955E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955E2C; }
p { color: rgb(149,94,44); }
H1.HeaderClassName
{
color: #955E2C;
}
.AnyTagClassName
{
color: #955E2C;
}
</style>
background-color css
<style>
a { background-color: #955E2C; }
a { background-color: rgb(149,94,44); }
div.DivClassName
{
background-color: #955E2C;
}
.BgClassName
{
background-color: #955E2C;
}
</style>
border-color css
<style>
span { border-color: #955E2C; }
span { border-color: rgb(149,94,44); }
td.TdClassName
{
border-color: #955E2C;
}
.TagClassName
{
border-color: #955E2C;
}
</style>