Shades of Brown #AB341B
Tints of Brown #AB341B
RGB
CMYK
RGB Variations
Color information
#AB341B (or 0xAB341B) is known color: Brown. HEX triplet: AB, 34 and 1B. RGB value is (171,52,27). Sum of RGB (Red+Green+Blue) = 171+52+27=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB341B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB341B is #54CBE4. Grayscale: #545454. Windows color (decimal): -5557221 or 1782955. OLE color: 1782955.
HSL color Cylindrical-coordinate representation of color #AB341B: hue angle of 10.42º 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 #AB341B is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 27 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.33 |
| HSL | 10.42º | 0.73% | 0.39% | - |
| HSV(B) | 10.42º | 0.84% | 0.67% | - |
| XYZ | 18.22 | 11.19 | 2.24 | - |
| YUV | 84.73 | 95.42 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 27 | 0 | 0.70 | 0.84 | 0.33 | 10.42 | 0.73 | 0.39 |
| Hex | AB | 34 | 1B | 0 | 46 | 54 | 21 | A | 49 | 27 |
| Octal | 253 | 64 | 33 | 0 | 106 | 124 | 41 | 12 | 111 | 47 |
| Binary | 10101011 | 110100 | 11011 | 0 | 1000110 | 1010100 | 100001 | 1010 | 1001001 | 100111 |
Color Harmonies of #AB341B
Complementary color
Monochromatic Colors of #AB341B
Black with #AB341B
Text Example
Text Example
White with #AB341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB341B; }
p { color: rgb(171,52,27); }
H1.HeaderClassName
{
color: #AB341B;
}
.AnyTagClassName
{
color: #AB341B;
}
</style>
background-color css
<style>
a { background-color: #AB341B; }
a { background-color: rgb(171,52,27); }
div.DivClassName
{
background-color: #AB341B;
}
.BgClassName
{
background-color: #AB341B;
}
</style>
border-color css
<style>
span { border-color: #AB341B; }
span { border-color: rgb(171,52,27); }
td.TdClassName
{
border-color: #AB341B;
}
.TagClassName
{
border-color: #AB341B;
}
</style>