Shades of Brown #A13324
Tints of Brown #A13324
RGB
CMYK
RGB Variations
Color information
#A13324 (or 0xA13324) is known color: Brown. HEX triplet: A1, 33 and 24. RGB value is (161,51,36). Sum of RGB (Red+Green+Blue) = 161+51+36=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A13324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13324 is #5ECCDB. Grayscale: #525252. Windows color (decimal): -6212828 or 2372513. OLE color: 2372513.
HSL color Cylindrical-coordinate representation of color #A13324: hue angle of 7.2º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A13324 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 51 | 36 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.37 |
| HSL | 7.2º | 0.63% | 0.39% | - |
| HSV(B) | 7.2º | 0.78% | 0.63% | - |
| XYZ | 16.2 | 10.07 | 2.76 | - |
| YUV | 82.18 | 101.94 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 51 | 36 | 0 | 0.68 | 0.78 | 0.37 | 7.2 | 0.63 | 0.39 |
| Hex | A1 | 33 | 24 | 0 | 44 | 4E | 25 | 7 | 3F | 27 |
| Octal | 241 | 63 | 44 | 0 | 104 | 116 | 45 | 7 | 77 | 47 |
| Binary | 10100001 | 110011 | 100100 | 0 | 1000100 | 1001110 | 100101 | 111 | 111111 | 100111 |
Color Harmonies of #A13324
Complementary color
Monochromatic Colors of #A13324
Black with #A13324
Text Example
Text Example
White with #A13324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13324; }
p { color: rgb(161,51,36); }
H1.HeaderClassName
{
color: #A13324;
}
.AnyTagClassName
{
color: #A13324;
}
</style>
background-color css
<style>
a { background-color: #A13324; }
a { background-color: rgb(161,51,36); }
div.DivClassName
{
background-color: #A13324;
}
.BgClassName
{
background-color: #A13324;
}
</style>
border-color css
<style>
span { border-color: #A13324; }
span { border-color: rgb(161,51,36); }
td.TdClassName
{
border-color: #A13324;
}
.TagClassName
{
border-color: #A13324;
}
</style>