Shades of Bourbon #AB713D
Tints of Bourbon #AB713D
RGB
CMYK
RGB Variations
Color information
#AB713D (or 0xAB713D) is known color: Bourbon. HEX triplet: AB, 71 and 3D. RGB value is (171,113,61). Sum of RGB (Red+Green+Blue) = 171+113+61=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB713D is #548EC2. Grayscale: #7C7C7C. Windows color (decimal): -5541571 or 4026795. OLE color: 4026795.
HSL color Cylindrical-coordinate representation of color #AB713D: hue angle of 28.36º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB713D is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 61 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.33 |
| HSL | 28.36º | 0.47% | 0.45% | - |
| HSV(B) | 28.36º | 0.64% | 0.67% | - |
| XYZ | 23.54 | 20.81 | 7.19 | - |
| YUV | 124.41 | 92.22 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 61 | 0 | 0.34 | 0.64 | 0.33 | 28.36 | 0.47 | 0.45 |
| Hex | AB | 71 | 3D | 0 | 22 | 40 | 21 | 1C | 2F | 2D |
| Octal | 253 | 161 | 75 | 0 | 42 | 100 | 41 | 34 | 57 | 55 |
| Binary | 10101011 | 1110001 | 111101 | 0 | 100010 | 1000000 | 100001 | 11100 | 101111 | 101101 |
Color Harmonies of #AB713D
Complementary color
Monochromatic Colors of #AB713D
Black with #AB713D
Text Example
Text Example
White with #AB713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB713D; }
p { color: rgb(171,113,61); }
H1.HeaderClassName
{
color: #AB713D;
}
.AnyTagClassName
{
color: #AB713D;
}
</style>
background-color css
<style>
a { background-color: #AB713D; }
a { background-color: rgb(171,113,61); }
div.DivClassName
{
background-color: #AB713D;
}
.BgClassName
{
background-color: #AB713D;
}
</style>
border-color css
<style>
span { border-color: #AB713D; }
span { border-color: rgb(171,113,61); }
td.TdClassName
{
border-color: #AB713D;
}
.TagClassName
{
border-color: #AB713D;
}
</style>