Shades of Bourbon #AD7541
Tints of Bourbon #AD7541
RGB
CMYK
RGB Variations
Color information
#AD7541 (or 0xAD7541) is known color: Bourbon. HEX triplet: AD, 75 and 41. RGB value is (173,117,65). Sum of RGB (Red+Green+Blue) = 173+117+65=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7541 is #528ABE. Grayscale: #808080. Windows color (decimal): -5409471 or 4289965. OLE color: 4289965.
HSL color Cylindrical-coordinate representation of color #AD7541: hue angle of 28.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD7541 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 65 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.32 |
| HSL | 28.89º | 0.45% | 0.47% | - |
| HSV(B) | 28.89º | 0.62% | 0.68% | - |
| XYZ | 24.55 | 21.99 | 7.95 | - |
| YUV | 127.82 | 92.55 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 65 | 0 | 0.32 | 0.62 | 0.32 | 28.89 | 0.45 | 0.47 |
| Hex | AD | 75 | 41 | 0 | 20 | 3E | 20 | 1D | 2D | 2F |
| Octal | 255 | 165 | 101 | 0 | 40 | 76 | 40 | 35 | 55 | 57 |
| Binary | 10101101 | 1110101 | 1000001 | 0 | 100000 | 111110 | 100000 | 11101 | 101101 | 101111 |
Color Harmonies of #AD7541
Complementary color
Monochromatic Colors of #AD7541
Black with #AD7541
Text Example
Text Example
White with #AD7541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7541; }
p { color: rgb(173,117,65); }
H1.HeaderClassName
{
color: #AD7541;
}
.AnyTagClassName
{
color: #AD7541;
}
</style>
background-color css
<style>
a { background-color: #AD7541; }
a { background-color: rgb(173,117,65); }
div.DivClassName
{
background-color: #AD7541;
}
.BgClassName
{
background-color: #AD7541;
}
</style>
border-color css
<style>
span { border-color: #AD7541; }
span { border-color: rgb(173,117,65); }
td.TdClassName
{
border-color: #AD7541;
}
.TagClassName
{
border-color: #AD7541;
}
</style>