Shades of Brown #AD3321
Tints of Brown #AD3321
RGB
CMYK
RGB Variations
Color information
#AD3321 (or 0xAD3321) is known color: Brown. HEX triplet: AD, 33 and 21. RGB value is (173,51,33). Sum of RGB (Red+Green+Blue) = 173+51+33=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3321 is #52CCDE. Grayscale: #555555. Windows color (decimal): -5426399 or 2175917. OLE color: 2175917.
HSL color Cylindrical-coordinate representation of color #AD3321: hue angle of 7.71º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD3321 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 33 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.32 |
| HSL | 7.71º | 0.68% | 0.4% | - |
| HSV(B) | 7.71º | 0.81% | 0.68% | - |
| XYZ | 18.69 | 11.36 | 2.65 | - |
| YUV | 85.43 | 98.42 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 33 | 0 | 0.71 | 0.81 | 0.32 | 7.71 | 0.68 | 0.4 |
| Hex | AD | 33 | 21 | 0 | 47 | 51 | 20 | 8 | 44 | 28 |
| Octal | 255 | 63 | 41 | 0 | 107 | 121 | 40 | 10 | 104 | 50 |
| Binary | 10101101 | 110011 | 100001 | 0 | 1000111 | 1010001 | 100000 | 1000 | 1000100 | 101000 |
Color Harmonies of #AD3321
Complementary color
Monochromatic Colors of #AD3321
Black with #AD3321
Text Example
Text Example
White with #AD3321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3321; }
p { color: rgb(173,51,33); }
H1.HeaderClassName
{
color: #AD3321;
}
.AnyTagClassName
{
color: #AD3321;
}
</style>
background-color css
<style>
a { background-color: #AD3321; }
a { background-color: rgb(173,51,33); }
div.DivClassName
{
background-color: #AD3321;
}
.BgClassName
{
background-color: #AD3321;
}
</style>
border-color css
<style>
span { border-color: #AD3321; }
span { border-color: rgb(173,51,33); }
td.TdClassName
{
border-color: #AD3321;
}
.TagClassName
{
border-color: #AD3321;
}
</style>