Shades of Brown #A9311B
Tints of Brown #A9311B
RGB
CMYK
RGB Variations
Color information
#A9311B (or 0xA9311B) is known color: Brown. HEX triplet: A9, 31 and 1B. RGB value is (169,49,27). Sum of RGB (Red+Green+Blue) = 169+49+27=245 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.98% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 169 - color contains mainly: red. Hex color #A9311B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9311B is #56CEE4. Grayscale: #525252. Windows color (decimal): -5689061 or 1782185. OLE color: 1782185.
HSL color Cylindrical-coordinate representation of color #A9311B: hue angle of 9.3º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A9311B is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 49 | 27 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.34 |
| HSL | 9.3º | 0.72% | 0.38% | - |
| HSV(B) | 9.3º | 0.84% | 0.66% | - |
| XYZ | 17.66 | 10.71 | 2.17 | - |
| YUV | 82.37 | 96.76 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 49 | 27 | 0 | 0.71 | 0.84 | 0.34 | 9.3 | 0.72 | 0.38 |
| Hex | A9 | 31 | 1B | 0 | 47 | 54 | 22 | 9 | 48 | 26 |
| Octal | 251 | 61 | 33 | 0 | 107 | 124 | 42 | 11 | 110 | 46 |
| Binary | 10101001 | 110001 | 11011 | 0 | 1000111 | 1010100 | 100010 | 1001 | 1001000 | 100110 |
Color Harmonies of #A9311B
Complementary color
Monochromatic Colors of #A9311B
Black with #A9311B
Text Example
Text Example
White with #A9311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9311B; }
p { color: rgb(169,49,27); }
H1.HeaderClassName
{
color: #A9311B;
}
.AnyTagClassName
{
color: #A9311B;
}
</style>
background-color css
<style>
a { background-color: #A9311B; }
a { background-color: rgb(169,49,27); }
div.DivClassName
{
background-color: #A9311B;
}
.BgClassName
{
background-color: #A9311B;
}
</style>
border-color css
<style>
span { border-color: #A9311B; }
span { border-color: rgb(169,49,27); }
td.TdClassName
{
border-color: #A9311B;
}
.TagClassName
{
border-color: #A9311B;
}
</style>