Shades of Brown #AB341E
Tints of Brown #AB341E
RGB
CMYK
RGB Variations
Color information
#AB341E (or 0xAB341E) is known color: Brown. HEX triplet: AB, 34 and 1E. RGB value is (171,52,30). Sum of RGB (Red+Green+Blue) = 171+52+30=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB341E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB341E is #54CBE1. Grayscale: #555555. Windows color (decimal): -5557218 or 1979563. OLE color: 1979563.
HSL color Cylindrical-coordinate representation of color #AB341E: hue angle of 9.36º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB341E is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 30 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.33 |
| HSL | 9.36º | 0.7% | 0.39% | - |
| HSV(B) | 9.36º | 0.82% | 0.67% | - |
| XYZ | 18.26 | 11.21 | 2.43 | - |
| YUV | 85.07 | 96.92 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 30 | 0 | 0.70 | 0.82 | 0.33 | 9.36 | 0.7 | 0.39 |
| Hex | AB | 34 | 1E | 0 | 46 | 52 | 21 | 9 | 46 | 27 |
| Octal | 253 | 64 | 36 | 0 | 106 | 122 | 41 | 11 | 106 | 47 |
| Binary | 10101011 | 110100 | 11110 | 0 | 1000110 | 1010010 | 100001 | 1001 | 1000110 | 100111 |
Color Harmonies of #AB341E
Complementary color
Monochromatic Colors of #AB341E
Black with #AB341E
Text Example
Text Example
White with #AB341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB341E; }
p { color: rgb(171,52,30); }
H1.HeaderClassName
{
color: #AB341E;
}
.AnyTagClassName
{
color: #AB341E;
}
</style>
background-color css
<style>
a { background-color: #AB341E; }
a { background-color: rgb(171,52,30); }
div.DivClassName
{
background-color: #AB341E;
}
.BgClassName
{
background-color: #AB341E;
}
</style>
border-color css
<style>
span { border-color: #AB341E; }
span { border-color: rgb(171,52,30); }
td.TdClassName
{
border-color: #AB341E;
}
.TagClassName
{
border-color: #AB341E;
}
</style>