Shades of Afghan Tan #955E23
Tints of Afghan Tan #955E23
RGB
CMYK
RGB Variations
Color information
#955E23 (or 0x955E23) is known color: Afghan Tan. HEX triplet: 95, 5E and 23. RGB value is (149,94,35). Sum of RGB (Red+Green+Blue) = 149+94+35=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #955E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E23 is #6AA1DC. Grayscale: #686868. Windows color (decimal): -6988253 or 2317973. OLE color: 2317973.
HSL color Cylindrical-coordinate representation of color #955E23: hue angle of 31.05º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #955E23 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 94 | 35 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.42 |
| HSL | 31.05º | 0.62% | 0.36% | - |
| HSV(B) | 31.05º | 0.77% | 0.58% | - |
| XYZ | 16.7 | 14.52 | 3.51 | - |
| YUV | 103.72 | 89.22 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 35 | 0 | 0.37 | 0.77 | 0.42 | 31.05 | 0.62 | 0.36 |
| Hex | 95 | 5E | 23 | 0 | 25 | 4D | 2A | 1F | 3E | 24 |
| Octal | 225 | 136 | 43 | 0 | 45 | 115 | 52 | 37 | 76 | 44 |
| Binary | 10010101 | 1011110 | 100011 | 0 | 100101 | 1001101 | 101010 | 11111 | 111110 | 100100 |
Color Harmonies of #955E23
Complementary color
Monochromatic Colors of #955E23
Black with #955E23
Text Example
Text Example
White with #955E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955E23; }
p { color: rgb(149,94,35); }
H1.HeaderClassName
{
color: #955E23;
}
.AnyTagClassName
{
color: #955E23;
}
</style>
background-color css
<style>
a { background-color: #955E23; }
a { background-color: rgb(149,94,35); }
div.DivClassName
{
background-color: #955E23;
}
.BgClassName
{
background-color: #955E23;
}
</style>
border-color css
<style>
span { border-color: #955E23; }
span { border-color: rgb(149,94,35); }
td.TdClassName
{
border-color: #955E23;
}
.TagClassName
{
border-color: #955E23;
}
</style>