Shades of Auburn #742F2E
Tints of Auburn #742F2E
RGB
CMYK
RGB Variations
Color information
#742F2E (or 0x742F2E) is known color: Auburn. HEX triplet: 74, 2F and 2E. RGB value is (116,47,46). Sum of RGB (Red+Green+Blue) = 116+47+46=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #742F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742F2E is #8BD0D1. Grayscale: #434343. Windows color (decimal): -9162962 or 3026804. OLE color: 3026804.
HSL color Cylindrical-coordinate representation of color #742F2E: hue angle of 0.86º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #742F2E is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 47 | 46 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.55 |
| HSL | 0.86º | 0.43% | 0.32% | - |
| HSV(B) | 0.86º | 0.6% | 0.45% | - |
| XYZ | 8.71 | 5.94 | 3.27 | - |
| YUV | 67.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 46 | 0 | 0.59 | 0.60 | 0.55 | 0.86 | 0.43 | 0.32 |
| Hex | 74 | 2F | 2E | 0 | 3B | 3C | 37 | 1 | 2B | 20 |
| Octal | 164 | 57 | 56 | 0 | 73 | 74 | 67 | 1 | 53 | 40 |
| Binary | 1110100 | 101111 | 101110 | 0 | 111011 | 111100 | 110111 | 1 | 101011 | 100000 |
Color Harmonies of #742F2E
Complementary color
Monochromatic Colors of #742F2E
Black with #742F2E
Text Example
Text Example
White with #742F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742F2E; }
p { color: rgb(116,47,46); }
H1.HeaderClassName
{
color: #742F2E;
}
.AnyTagClassName
{
color: #742F2E;
}
</style>
background-color css
<style>
a { background-color: #742F2E; }
a { background-color: rgb(116,47,46); }
div.DivClassName
{
background-color: #742F2E;
}
.BgClassName
{
background-color: #742F2E;
}
</style>
border-color css
<style>
span { border-color: #742F2E; }
span { border-color: rgb(116,47,46); }
td.TdClassName
{
border-color: #742F2E;
}
.TagClassName
{
border-color: #742F2E;
}
</style>