Shades of Brown #A13423
Tints of Brown #A13423
RGB
CMYK
RGB Variations
Color information
#A13423 (or 0xA13423) is known color: Brown. HEX triplet: A1, 34 and 23. RGB value is (161,52,35). Sum of RGB (Red+Green+Blue) = 161+52+35=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A13423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13423 is #5ECBDC. Grayscale: #525252. Windows color (decimal): -6212573 or 2307233. OLE color: 2307233.
HSL color Cylindrical-coordinate representation of color #A13423: hue angle of 8.1º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A13423 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 52 | 35 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.37 |
| HSL | 8.1º | 0.64% | 0.38% | - |
| HSV(B) | 8.1º | 0.78% | 0.63% | - |
| XYZ | 16.23 | 10.15 | 2.69 | - |
| YUV | 82.65 | 101.11 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 35 | 0 | 0.68 | 0.78 | 0.37 | 8.1 | 0.64 | 0.38 |
| Hex | A1 | 34 | 23 | 0 | 44 | 4E | 25 | 8 | 40 | 26 |
| Octal | 241 | 64 | 43 | 0 | 104 | 116 | 45 | 10 | 100 | 46 |
| Binary | 10100001 | 110100 | 100011 | 0 | 1000100 | 1001110 | 100101 | 1000 | 1000000 | 100110 |
Color Harmonies of #A13423
Complementary color
Monochromatic Colors of #A13423
Black with #A13423
Text Example
Text Example
White with #A13423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13423; }
p { color: rgb(161,52,35); }
H1.HeaderClassName
{
color: #A13423;
}
.AnyTagClassName
{
color: #A13423;
}
</style>
background-color css
<style>
a { background-color: #A13423; }
a { background-color: rgb(161,52,35); }
div.DivClassName
{
background-color: #A13423;
}
.BgClassName
{
background-color: #A13423;
}
</style>
border-color css
<style>
span { border-color: #A13423; }
span { border-color: rgb(161,52,35); }
td.TdClassName
{
border-color: #A13423;
}
.TagClassName
{
border-color: #A13423;
}
</style>