Shades of Afghan Tan #95531D
Tints of Afghan Tan #95531D
RGB
CMYK
RGB Variations
Color information
#95531D (or 0x95531D) is known color: Afghan Tan. HEX triplet: 95, 53 and 1D. RGB value is (149,83,29). Sum of RGB (Red+Green+Blue) = 149+83+29=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #95531D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95531D is #6AACE2. Grayscale: #606060. Windows color (decimal): -6991075 or 1921941. OLE color: 1921941.
HSL color Cylindrical-coordinate representation of color #95531D: hue angle of 27º degrees, saturation: 0.67, 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 #95531D is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 83 | 29 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.42 |
| HSL | 27º | 0.67% | 0.35% | - |
| HSV(B) | 27º | 0.81% | 0.58% | - |
| XYZ | 15.71 | 12.66 | 2.78 | - |
| YUV | 96.58 | 89.87 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 83 | 29 | 0 | 0.44 | 0.81 | 0.42 | 27 | 0.67 | 0.35 |
| Hex | 95 | 53 | 1D | 0 | 2C | 51 | 2A | 1B | 43 | 23 |
| Octal | 225 | 123 | 35 | 0 | 54 | 121 | 52 | 33 | 103 | 43 |
| Binary | 10010101 | 1010011 | 11101 | 0 | 101100 | 1010001 | 101010 | 11011 | 1000011 | 100011 |
Color Harmonies of #95531D
Complementary color
Monochromatic Colors of #95531D
Black with #95531D
Text Example
Text Example
White with #95531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95531D; }
p { color: rgb(149,83,29); }
H1.HeaderClassName
{
color: #95531D;
}
.AnyTagClassName
{
color: #95531D;
}
</style>
background-color css
<style>
a { background-color: #95531D; }
a { background-color: rgb(149,83,29); }
div.DivClassName
{
background-color: #95531D;
}
.BgClassName
{
background-color: #95531D;
}
</style>
border-color css
<style>
span { border-color: #95531D; }
span { border-color: rgb(149,83,29); }
td.TdClassName
{
border-color: #95531D;
}
.TagClassName
{
border-color: #95531D;
}
</style>