Shades of Bourbon #A37541
Tints of Bourbon #A37541
RGB
CMYK
RGB Variations
Color information
#A37541 (or 0xA37541) is known color: Bourbon. HEX triplet: A3, 75 and 41. RGB value is (163,117,65). Sum of RGB (Red+Green+Blue) = 163+117+65=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A37541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37541 is #5C8ABE. Grayscale: #7D7D7D. Windows color (decimal): -6064831 or 4289955. OLE color: 4289955.
HSL color Cylindrical-coordinate representation of color #A37541: hue angle of 31.84º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A37541 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 117 | 65 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.36 |
| HSL | 31.84º | 0.43% | 0.45% | - |
| HSV(B) | 31.84º | 0.6% | 0.64% | - |
| XYZ | 22.42 | 20.89 | 7.85 | - |
| YUV | 124.83 | 94.24 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 117 | 65 | 0 | 0.28 | 0.60 | 0.36 | 31.84 | 0.43 | 0.45 |
| Hex | A3 | 75 | 41 | 0 | 1C | 3C | 24 | 20 | 2B | 2D |
| Octal | 243 | 165 | 101 | 0 | 34 | 74 | 44 | 40 | 53 | 55 |
| Binary | 10100011 | 1110101 | 1000001 | 0 | 11100 | 111100 | 100100 | 100000 | 101011 | 101101 |
Color Harmonies of #A37541
Complementary color
Monochromatic Colors of #A37541
Black with #A37541
Text Example
Text Example
White with #A37541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37541; }
p { color: rgb(163,117,65); }
H1.HeaderClassName
{
color: #A37541;
}
.AnyTagClassName
{
color: #A37541;
}
</style>
background-color css
<style>
a { background-color: #A37541; }
a { background-color: rgb(163,117,65); }
div.DivClassName
{
background-color: #A37541;
}
.BgClassName
{
background-color: #A37541;
}
</style>
border-color css
<style>
span { border-color: #A37541; }
span { border-color: rgb(163,117,65); }
td.TdClassName
{
border-color: #A37541;
}
.TagClassName
{
border-color: #A37541;
}
</style>