Shades of Bourbon #AB7340
Tints of Bourbon #AB7340
RGB
CMYK
RGB Variations
Color information
#AB7340 (or 0xAB7340) is known color: Bourbon. HEX triplet: AB, 73 and 40. RGB value is (171,115,64). Sum of RGB (Red+Green+Blue) = 171+115+64=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7340 is #548CBF. Grayscale: #7E7E7E. Windows color (decimal): -5541056 or 4223915. OLE color: 4223915.
HSL color Cylindrical-coordinate representation of color #AB7340: hue angle of 28.6º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB7340 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 64 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.33 |
| HSL | 28.6º | 0.46% | 0.46% | - |
| HSV(B) | 28.6º | 0.63% | 0.67% | - |
| XYZ | 23.85 | 21.29 | 7.7 | - |
| YUV | 125.93 | 93.05 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 64 | 0 | 0.33 | 0.63 | 0.33 | 28.6 | 0.46 | 0.46 |
| Hex | AB | 73 | 40 | 0 | 21 | 3F | 21 | 1D | 2E | 2E |
| Octal | 253 | 163 | 100 | 0 | 41 | 77 | 41 | 35 | 56 | 56 |
| Binary | 10101011 | 1110011 | 1000000 | 0 | 100001 | 111111 | 100001 | 11101 | 101110 | 101110 |
Color Harmonies of #AB7340
Complementary color
Monochromatic Colors of #AB7340
Black with #AB7340
Text Example
Text Example
White with #AB7340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7340; }
p { color: rgb(171,115,64); }
H1.HeaderClassName
{
color: #AB7340;
}
.AnyTagClassName
{
color: #AB7340;
}
</style>
background-color css
<style>
a { background-color: #AB7340; }
a { background-color: rgb(171,115,64); }
div.DivClassName
{
background-color: #AB7340;
}
.BgClassName
{
background-color: #AB7340;
}
</style>
border-color css
<style>
span { border-color: #AB7340; }
span { border-color: rgb(171,115,64); }
td.TdClassName
{
border-color: #AB7340;
}
.TagClassName
{
border-color: #AB7340;
}
</style>