Shades of Bourbon #A27341
Tints of Bourbon #A27341
RGB
CMYK
RGB Variations
Color information
#A27341 (or 0xA27341) is known color: Bourbon. HEX triplet: A2, 73 and 41. RGB value is (162,115,65). Sum of RGB (Red+Green+Blue) = 162+115+65=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A27341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27341 is #5D8CBE. Grayscale: #7B7B7B. Windows color (decimal): -6130879 or 4289442. OLE color: 4289442.
HSL color Cylindrical-coordinate representation of color #A27341: hue angle of 30.93º 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 #A27341 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 115 | 65 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.36 |
| HSL | 30.93º | 0.43% | 0.45% | - |
| HSV(B) | 30.93º | 0.6% | 0.64% | - |
| XYZ | 21.99 | 20.32 | 7.77 | - |
| YUV | 123.35 | 95.07 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 115 | 65 | 0 | 0.29 | 0.60 | 0.36 | 30.93 | 0.43 | 0.45 |
| Hex | A2 | 73 | 41 | 0 | 1D | 3C | 24 | 1F | 2B | 2D |
| Octal | 242 | 163 | 101 | 0 | 35 | 74 | 44 | 37 | 53 | 55 |
| Binary | 10100010 | 1110011 | 1000001 | 0 | 11101 | 111100 | 100100 | 11111 | 101011 | 101101 |
Color Harmonies of #A27341
Complementary color
Monochromatic Colors of #A27341
Black with #A27341
Text Example
Text Example
White with #A27341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27341; }
p { color: rgb(162,115,65); }
H1.HeaderClassName
{
color: #A27341;
}
.AnyTagClassName
{
color: #A27341;
}
</style>
background-color css
<style>
a { background-color: #A27341; }
a { background-color: rgb(162,115,65); }
div.DivClassName
{
background-color: #A27341;
}
.BgClassName
{
background-color: #A27341;
}
</style>
border-color css
<style>
span { border-color: #A27341; }
span { border-color: rgb(162,115,65); }
td.TdClassName
{
border-color: #A27341;
}
.TagClassName
{
border-color: #A27341;
}
</style>