Shades of Bourbon #AF7349
Tints of Bourbon #AF7349
RGB
CMYK
RGB Variations
Color information
#AF7349 (or 0xAF7349) is known color: Bourbon. HEX triplet: AF, 73 and 49. RGB value is (175,115,73). Sum of RGB (Red+Green+Blue) = 175+115+73=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7349 is #508CB6. Grayscale: #808080. Windows color (decimal): -5278903 or 4813743. OLE color: 4813743.
HSL color Cylindrical-coordinate representation of color #AF7349: hue angle of 24.71º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF7349 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 73 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.31 |
| HSL | 24.71º | 0.41% | 0.49% | - |
| HSV(B) | 24.71º | 0.58% | 0.69% | - |
| XYZ | 25.01 | 21.86 | 9.2 | - |
| YUV | 128.15 | 96.88 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 73 | 0 | 0.34 | 0.58 | 0.31 | 24.71 | 0.41 | 0.49 |
| Hex | AF | 73 | 49 | 0 | 22 | 3A | 1F | 19 | 29 | 31 |
| Octal | 257 | 163 | 111 | 0 | 42 | 72 | 37 | 31 | 51 | 61 |
| Binary | 10101111 | 1110011 | 1001001 | 0 | 100010 | 111010 | 11111 | 11001 | 101001 | 110001 |
Color Harmonies of #AF7349
Complementary color
Monochromatic Colors of #AF7349
Black with #AF7349
Text Example
Text Example
White with #AF7349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7349; }
p { color: rgb(175,115,73); }
H1.HeaderClassName
{
color: #AF7349;
}
.AnyTagClassName
{
color: #AF7349;
}
</style>
background-color css
<style>
a { background-color: #AF7349; }
a { background-color: rgb(175,115,73); }
div.DivClassName
{
background-color: #AF7349;
}
.BgClassName
{
background-color: #AF7349;
}
</style>
border-color css
<style>
span { border-color: #AF7349; }
span { border-color: rgb(175,115,73); }
td.TdClassName
{
border-color: #AF7349;
}
.TagClassName
{
border-color: #AF7349;
}
</style>