Shades of Brown #AD3327
Tints of Brown #AD3327
RGB
CMYK
RGB Variations
Color information
#AD3327 (or 0xAD3327) is known color: Brown. HEX triplet: AD, 33 and 27. RGB value is (173,51,39). Sum of RGB (Red+Green+Blue) = 173+51+39=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3327 is #52CCD8. Grayscale: #565656. Windows color (decimal): -5426393 or 2569133. OLE color: 2569133.
HSL color Cylindrical-coordinate representation of color #AD3327: hue angle of 5.37º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD3327 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 39 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.32 |
| HSL | 5.37º | 0.63% | 0.42% | - |
| HSV(B) | 5.37º | 0.77% | 0.68% | - |
| XYZ | 18.78 | 11.4 | 3.13 | - |
| YUV | 86.11 | 101.42 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 39 | 0 | 0.71 | 0.77 | 0.32 | 5.37 | 0.63 | 0.42 |
| Hex | AD | 33 | 27 | 0 | 47 | 4D | 20 | 5 | 3F | 2A |
| Octal | 255 | 63 | 47 | 0 | 107 | 115 | 40 | 5 | 77 | 52 |
| Binary | 10101101 | 110011 | 100111 | 0 | 1000111 | 1001101 | 100000 | 101 | 111111 | 101010 |
Color Harmonies of #AD3327
Complementary color
Monochromatic Colors of #AD3327
Black with #AD3327
Text Example
Text Example
White with #AD3327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3327; }
p { color: rgb(173,51,39); }
H1.HeaderClassName
{
color: #AD3327;
}
.AnyTagClassName
{
color: #AD3327;
}
</style>
background-color css
<style>
a { background-color: #AD3327; }
a { background-color: rgb(173,51,39); }
div.DivClassName
{
background-color: #AD3327;
}
.BgClassName
{
background-color: #AD3327;
}
</style>
border-color css
<style>
span { border-color: #AD3327; }
span { border-color: rgb(173,51,39); }
td.TdClassName
{
border-color: #AD3327;
}
.TagClassName
{
border-color: #AD3327;
}
</style>