Shades of Brown #AB3028
Tints of Brown #AB3028
RGB
CMYK
RGB Variations
Color information
#AB3028 (or 0xAB3028) is known color: Brown. HEX triplet: AB, 30 and 28. RGB value is (171,48,40). Sum of RGB (Red+Green+Blue) = 171+48+40=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3028 is #54CFD7. Grayscale: #545454. Windows color (decimal): -5558232 or 2633899. OLE color: 2633899.
HSL color Cylindrical-coordinate representation of color #AB3028: hue angle of 3.66º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB3028 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 40 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.33 |
| HSL | 3.66º | 0.62% | 0.41% | - |
| HSV(B) | 3.66º | 0.77% | 0.67% | - |
| XYZ | 18.23 | 10.93 | 3.16 | - |
| YUV | 83.87 | 103.25 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 40 | 0 | 0.72 | 0.77 | 0.33 | 3.66 | 0.62 | 0.41 |
| Hex | AB | 30 | 28 | 0 | 48 | 4D | 21 | 4 | 3E | 29 |
| Octal | 253 | 60 | 50 | 0 | 110 | 115 | 41 | 4 | 76 | 51 |
| Binary | 10101011 | 110000 | 101000 | 0 | 1001000 | 1001101 | 100001 | 100 | 111110 | 101001 |
Color Harmonies of #AB3028
Complementary color
Monochromatic Colors of #AB3028
Black with #AB3028
Text Example
Text Example
White with #AB3028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3028; }
p { color: rgb(171,48,40); }
H1.HeaderClassName
{
color: #AB3028;
}
.AnyTagClassName
{
color: #AB3028;
}
</style>
background-color css
<style>
a { background-color: #AB3028; }
a { background-color: rgb(171,48,40); }
div.DivClassName
{
background-color: #AB3028;
}
.BgClassName
{
background-color: #AB3028;
}
</style>
border-color css
<style>
span { border-color: #AB3028; }
span { border-color: rgb(171,48,40); }
td.TdClassName
{
border-color: #AB3028;
}
.TagClassName
{
border-color: #AB3028;
}
</style>