Shades of Bourbon #AD783D
Tints of Bourbon #AD783D
RGB
CMYK
RGB Variations
Color information
#AD783D (or 0xAD783D) is known color: Bourbon. HEX triplet: AD, 78 and 3D. RGB value is (173,120,61). Sum of RGB (Red+Green+Blue) = 173+120+61=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD783D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD783D is #5287C2. Grayscale: #818181. Windows color (decimal): -5408707 or 4028589. OLE color: 4028589.
HSL color Cylindrical-coordinate representation of color #AD783D: hue angle of 31.61º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD783D is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 61 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.32 |
| HSL | 31.61º | 0.48% | 0.46% | - |
| HSV(B) | 31.61º | 0.65% | 0.68% | - |
| XYZ | 24.79 | 22.65 | 7.48 | - |
| YUV | 129.12 | 89.56 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 61 | 0 | 0.31 | 0.65 | 0.32 | 31.61 | 0.48 | 0.46 |
| Hex | AD | 78 | 3D | 0 | 1F | 41 | 20 | 20 | 30 | 2E |
| Octal | 255 | 170 | 75 | 0 | 37 | 101 | 40 | 40 | 60 | 56 |
| Binary | 10101101 | 1111000 | 111101 | 0 | 11111 | 1000001 | 100000 | 100000 | 110000 | 101110 |
Color Harmonies of #AD783D
Complementary color
Monochromatic Colors of #AD783D
Black with #AD783D
Text Example
Text Example
White with #AD783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD783D; }
p { color: rgb(173,120,61); }
H1.HeaderClassName
{
color: #AD783D;
}
.AnyTagClassName
{
color: #AD783D;
}
</style>
background-color css
<style>
a { background-color: #AD783D; }
a { background-color: rgb(173,120,61); }
div.DivClassName
{
background-color: #AD783D;
}
.BgClassName
{
background-color: #AD783D;
}
</style>
border-color css
<style>
span { border-color: #AD783D; }
span { border-color: rgb(173,120,61); }
td.TdClassName
{
border-color: #AD783D;
}
.TagClassName
{
border-color: #AD783D;
}
</style>