Shades of Brown #AB301C
Tints of Brown #AB301C
RGB
CMYK
RGB Variations
Color information
#AB301C (or 0xAB301C) is known color: Brown. HEX triplet: AB, 30 and 1C. RGB value is (171,48,28). Sum of RGB (Red+Green+Blue) = 171+48+28=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB301C is #54CFE3. Grayscale: #525252. Windows color (decimal): -5558244 or 1847467. OLE color: 1847467.
HSL color Cylindrical-coordinate representation of color #AB301C: hue angle of 8.39º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB301C is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 28 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.33 |
| HSL | 8.39º | 0.72% | 0.39% | - |
| HSV(B) | 8.39º | 0.84% | 0.67% | - |
| XYZ | 18.06 | 10.86 | 2.24 | - |
| YUV | 82.5 | 97.25 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 28 | 0 | 0.72 | 0.84 | 0.33 | 8.39 | 0.72 | 0.39 |
| Hex | AB | 30 | 1C | 0 | 48 | 54 | 21 | 8 | 48 | 27 |
| Octal | 253 | 60 | 34 | 0 | 110 | 124 | 41 | 10 | 110 | 47 |
| Binary | 10101011 | 110000 | 11100 | 0 | 1001000 | 1010100 | 100001 | 1000 | 1001000 | 100111 |
Color Harmonies of #AB301C
Complementary color
Monochromatic Colors of #AB301C
Black with #AB301C
Text Example
Text Example
White with #AB301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB301C; }
p { color: rgb(171,48,28); }
H1.HeaderClassName
{
color: #AB301C;
}
.AnyTagClassName
{
color: #AB301C;
}
</style>
background-color css
<style>
a { background-color: #AB301C; }
a { background-color: rgb(171,48,28); }
div.DivClassName
{
background-color: #AB301C;
}
.BgClassName
{
background-color: #AB301C;
}
</style>
border-color css
<style>
span { border-color: #AB301C; }
span { border-color: rgb(171,48,28); }
td.TdClassName
{
border-color: #AB301C;
}
.TagClassName
{
border-color: #AB301C;
}
</style>