Shades of Brown #A32817
Tints of Brown #A32817
RGB
CMYK
RGB Variations
Color information
#A32817 (or 0xA32817) is known color: Brown. HEX triplet: A3, 28 and 17. RGB value is (163,40,23). Sum of RGB (Red+Green+Blue) = 163+40+23=226 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.12% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 23 (9.38% from 255 or 10.18% from 226); Max value from RGB is 163 - color contains mainly: red. Hex color #A32817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32817 is #5CD7E8. Grayscale: #4B4B4B. Windows color (decimal): -6084585 or 1517731. OLE color: 1517731.
HSL color Cylindrical-coordinate representation of color #A32817: hue angle of 7.29º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A32817 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 23 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.36 |
| HSL | 7.29º | 0.75% | 0.36% | - |
| HSV(B) | 7.29º | 0.86% | 0.64% | - |
| XYZ | 16.02 | 9.37 | 1.77 | - |
| YUV | 74.84 | 98.75 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 23 | 0 | 0.75 | 0.86 | 0.36 | 7.29 | 0.75 | 0.36 |
| Hex | A3 | 28 | 17 | 0 | 4B | 56 | 24 | 7 | 4B | 24 |
| Octal | 243 | 50 | 27 | 0 | 113 | 126 | 44 | 7 | 113 | 44 |
| Binary | 10100011 | 101000 | 10111 | 0 | 1001011 | 1010110 | 100100 | 111 | 1001011 | 100100 |
Color Harmonies of #A32817
Complementary color
Monochromatic Colors of #A32817
Black with #A32817
Text Example
Text Example
White with #A32817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32817; }
p { color: rgb(163,40,23); }
H1.HeaderClassName
{
color: #A32817;
}
.AnyTagClassName
{
color: #A32817;
}
</style>
background-color css
<style>
a { background-color: #A32817; }
a { background-color: rgb(163,40,23); }
div.DivClassName
{
background-color: #A32817;
}
.BgClassName
{
background-color: #A32817;
}
</style>
border-color css
<style>
span { border-color: #A32817; }
span { border-color: rgb(163,40,23); }
td.TdClassName
{
border-color: #A32817;
}
.TagClassName
{
border-color: #A32817;
}
</style>