Shades of Brown #AB321B
Tints of Brown #AB321B
RGB
CMYK
RGB Variations
Color information
#AB321B (or 0xAB321B) is known color: Brown. HEX triplet: AB, 32 and 1B. RGB value is (171,50,27). Sum of RGB (Red+Green+Blue) = 171+50+27=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB321B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB321B is #54CDE4. Grayscale: #535353. Windows color (decimal): -5557733 or 1782443. OLE color: 1782443.
HSL color Cylindrical-coordinate representation of color #AB321B: hue angle of 9.58º degrees, saturation: 0.73, 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 #AB321B is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 27 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.33 |
| HSL | 9.58º | 0.73% | 0.39% | - |
| HSV(B) | 9.58º | 0.84% | 0.67% | - |
| XYZ | 18.13 | 11.02 | 2.21 | - |
| YUV | 83.56 | 96.09 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 27 | 0 | 0.71 | 0.84 | 0.33 | 9.58 | 0.73 | 0.39 |
| Hex | AB | 32 | 1B | 0 | 47 | 54 | 21 | A | 49 | 27 |
| Octal | 253 | 62 | 33 | 0 | 107 | 124 | 41 | 12 | 111 | 47 |
| Binary | 10101011 | 110010 | 11011 | 0 | 1000111 | 1010100 | 100001 | 1010 | 1001001 | 100111 |
Color Harmonies of #AB321B
Complementary color
Monochromatic Colors of #AB321B
Black with #AB321B
Text Example
Text Example
White with #AB321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB321B; }
p { color: rgb(171,50,27); }
H1.HeaderClassName
{
color: #AB321B;
}
.AnyTagClassName
{
color: #AB321B;
}
</style>
background-color css
<style>
a { background-color: #AB321B; }
a { background-color: rgb(171,50,27); }
div.DivClassName
{
background-color: #AB321B;
}
.BgClassName
{
background-color: #AB321B;
}
</style>
border-color css
<style>
span { border-color: #AB321B; }
span { border-color: rgb(171,50,27); }
td.TdClassName
{
border-color: #AB321B;
}
.TagClassName
{
border-color: #AB321B;
}
</style>