Shades of Afghan Tan #955B2A
Tints of Afghan Tan #955B2A
RGB
CMYK
RGB Variations
Color information
#955B2A (or 0x955B2A) is known color: Afghan Tan. HEX triplet: 95, 5B and 2A. RGB value is (149,91,42). Sum of RGB (Red+Green+Blue) = 149+91+42=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #955B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955B2A is #6AA4D5. Grayscale: #676767. Windows color (decimal): -6989014 or 2775957. OLE color: 2775957.
HSL color Cylindrical-coordinate representation of color #955B2A: hue angle of 27.48º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #955B2A is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 91 | 42 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.42 |
| HSL | 27.48º | 0.56% | 0.37% | - |
| HSV(B) | 27.48º | 0.72% | 0.58% | - |
| XYZ | 16.55 | 14.04 | 4.03 | - |
| YUV | 102.76 | 93.72 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 42 | 0 | 0.39 | 0.72 | 0.42 | 27.48 | 0.56 | 0.37 |
| Hex | 95 | 5B | 2A | 0 | 27 | 48 | 2A | 1B | 38 | 25 |
| Octal | 225 | 133 | 52 | 0 | 47 | 110 | 52 | 33 | 70 | 45 |
| Binary | 10010101 | 1011011 | 101010 | 0 | 100111 | 1001000 | 101010 | 11011 | 111000 | 100101 |
Color Harmonies of #955B2A
Complementary color
Monochromatic Colors of #955B2A
Black with #955B2A
Text Example
Text Example
White with #955B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955B2A; }
p { color: rgb(149,91,42); }
H1.HeaderClassName
{
color: #955B2A;
}
.AnyTagClassName
{
color: #955B2A;
}
</style>
background-color css
<style>
a { background-color: #955B2A; }
a { background-color: rgb(149,91,42); }
div.DivClassName
{
background-color: #955B2A;
}
.BgClassName
{
background-color: #955B2A;
}
</style>
border-color css
<style>
span { border-color: #955B2A; }
span { border-color: rgb(149,91,42); }
td.TdClassName
{
border-color: #955B2A;
}
.TagClassName
{
border-color: #955B2A;
}
</style>