Shades of Brown #AB3020
Tints of Brown #AB3020
RGB
CMYK
RGB Variations
Color information
#AB3020 (or 0xAB3020) is known color: Brown. HEX triplet: AB, 30 and 20. RGB value is (171,48,32). Sum of RGB (Red+Green+Blue) = 171+48+32=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3020 is #54CFDF. Grayscale: #535353. Windows color (decimal): -5558240 or 2109611. OLE color: 2109611.
HSL color Cylindrical-coordinate representation of color #AB3020: hue angle of 6.91º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB3020 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 32 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.33 |
| HSL | 6.91º | 0.68% | 0.4% | - |
| HSV(B) | 6.91º | 0.81% | 0.67% | - |
| XYZ | 18.11 | 10.88 | 2.51 | - |
| YUV | 82.95 | 99.25 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 32 | 0 | 0.72 | 0.81 | 0.33 | 6.91 | 0.68 | 0.4 |
| Hex | AB | 30 | 20 | 0 | 48 | 51 | 21 | 7 | 44 | 28 |
| Octal | 253 | 60 | 40 | 0 | 110 | 121 | 41 | 7 | 104 | 50 |
| Binary | 10101011 | 110000 | 100000 | 0 | 1001000 | 1010001 | 100001 | 111 | 1000100 | 101000 |
Color Harmonies of #AB3020
Complementary color
Monochromatic Colors of #AB3020
Black with #AB3020
Text Example
Text Example
White with #AB3020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3020; }
p { color: rgb(171,48,32); }
H1.HeaderClassName
{
color: #AB3020;
}
.AnyTagClassName
{
color: #AB3020;
}
</style>
background-color css
<style>
a { background-color: #AB3020; }
a { background-color: rgb(171,48,32); }
div.DivClassName
{
background-color: #AB3020;
}
.BgClassName
{
background-color: #AB3020;
}
</style>
border-color css
<style>
span { border-color: #AB3020; }
span { border-color: rgb(171,48,32); }
td.TdClassName
{
border-color: #AB3020;
}
.TagClassName
{
border-color: #AB3020;
}
</style>