Shades of Brown #AB3628
Tints of Brown #AB3628
RGB
CMYK
RGB Variations
Color information
#AB3628 (or 0xAB3628) is known color: Brown. HEX triplet: AB, 36 and 28. RGB value is (171,54,40). Sum of RGB (Red+Green+Blue) = 171+54+40=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3628 is #54C9D7. Grayscale: #575757. Windows color (decimal): -5556696 or 2635435. OLE color: 2635435.
HSL color Cylindrical-coordinate representation of color #AB3628: hue angle of 6.41º 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 #AB3628 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 40 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.33 |
| HSL | 6.41º | 0.62% | 0.41% | - |
| HSV(B) | 6.41º | 0.77% | 0.67% | - |
| XYZ | 18.5 | 11.45 | 3.24 | - |
| YUV | 87.39 | 101.26 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 40 | 0 | 0.68 | 0.77 | 0.33 | 6.41 | 0.62 | 0.41 |
| Hex | AB | 36 | 28 | 0 | 44 | 4D | 21 | 6 | 3E | 29 |
| Octal | 253 | 66 | 50 | 0 | 104 | 115 | 41 | 6 | 76 | 51 |
| Binary | 10101011 | 110110 | 101000 | 0 | 1000100 | 1001101 | 100001 | 110 | 111110 | 101001 |
Color Harmonies of #AB3628
Complementary color
Monochromatic Colors of #AB3628
Black with #AB3628
Text Example
Text Example
White with #AB3628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3628; }
p { color: rgb(171,54,40); }
H1.HeaderClassName
{
color: #AB3628;
}
.AnyTagClassName
{
color: #AB3628;
}
</style>
background-color css
<style>
a { background-color: #AB3628; }
a { background-color: rgb(171,54,40); }
div.DivClassName
{
background-color: #AB3628;
}
.BgClassName
{
background-color: #AB3628;
}
</style>
border-color css
<style>
span { border-color: #AB3628; }
span { border-color: rgb(171,54,40); }
td.TdClassName
{
border-color: #AB3628;
}
.TagClassName
{
border-color: #AB3628;
}
</style>