Shades of Bourbon #AB783D
Tints of Bourbon #AB783D
RGB
CMYK
RGB Variations
Color information
#AB783D (or 0xAB783D) is known color: Bourbon. HEX triplet: AB, 78 and 3D. RGB value is (171,120,61). Sum of RGB (Red+Green+Blue) = 171+120+61=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB783D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB783D is #5487C2. Grayscale: #808080. Windows color (decimal): -5539779 or 4028587. OLE color: 4028587.
HSL color Cylindrical-coordinate representation of color #AB783D: hue angle of 32.18º 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 #AB783D is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 61 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.33 |
| HSL | 32.18º | 0.47% | 0.45% | - |
| HSV(B) | 32.18º | 0.64% | 0.67% | - |
| XYZ | 24.35 | 22.43 | 7.46 | - |
| YUV | 128.52 | 89.9 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 61 | 0 | 0.30 | 0.64 | 0.33 | 32.18 | 0.47 | 0.45 |
| Hex | AB | 78 | 3D | 0 | 1E | 40 | 21 | 20 | 2F | 2D |
| Octal | 253 | 170 | 75 | 0 | 36 | 100 | 41 | 40 | 57 | 55 |
| Binary | 10101011 | 1111000 | 111101 | 0 | 11110 | 1000000 | 100001 | 100000 | 101111 | 101101 |
Color Harmonies of #AB783D
Complementary color
Monochromatic Colors of #AB783D
Black with #AB783D
Text Example
Text Example
White with #AB783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB783D; }
p { color: rgb(171,120,61); }
H1.HeaderClassName
{
color: #AB783D;
}
.AnyTagClassName
{
color: #AB783D;
}
</style>
background-color css
<style>
a { background-color: #AB783D; }
a { background-color: rgb(171,120,61); }
div.DivClassName
{
background-color: #AB783D;
}
.BgClassName
{
background-color: #AB783D;
}
</style>
border-color css
<style>
span { border-color: #AB783D; }
span { border-color: rgb(171,120,61); }
td.TdClassName
{
border-color: #AB783D;
}
.TagClassName
{
border-color: #AB783D;
}
</style>