Shades of Auburn #742B23
Tints of Auburn #742B23
RGB
CMYK
RGB Variations
Color information
#742B23 (or 0x742B23) is known color: Auburn. HEX triplet: 74, 2B and 23. RGB value is (116,43,35). Sum of RGB (Red+Green+Blue) = 116+43+35=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 35 (14.06% from 255 or 18.04% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #742B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742B23 is #8BD4DC. Grayscale: #404040. Windows color (decimal): -9163997 or 2304884. OLE color: 2304884.
HSL color Cylindrical-coordinate representation of color #742B23: hue angle of 5.93º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #742B23 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 43 | 35 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.55 |
| HSL | 5.93º | 0.54% | 0.3% | - |
| HSV(B) | 5.93º | 0.7% | 0.45% | - |
| XYZ | 8.37 | 5.56 | 2.22 | - |
| YUV | 63.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 43 | 35 | 0 | 0.63 | 0.70 | 0.55 | 5.93 | 0.54 | 0.3 |
| Hex | 74 | 2B | 23 | 0 | 3F | 46 | 37 | 6 | 36 | 1E |
| Octal | 164 | 53 | 43 | 0 | 77 | 106 | 67 | 6 | 66 | 36 |
| Binary | 1110100 | 101011 | 100011 | 0 | 111111 | 1000110 | 110111 | 110 | 110110 | 11110 |
Color Harmonies of #742B23
Complementary color
Monochromatic Colors of #742B23
Black with #742B23
Text Example
Text Example
White with #742B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742B23; }
p { color: rgb(116,43,35); }
H1.HeaderClassName
{
color: #742B23;
}
.AnyTagClassName
{
color: #742B23;
}
</style>
background-color css
<style>
a { background-color: #742B23; }
a { background-color: rgb(116,43,35); }
div.DivClassName
{
background-color: #742B23;
}
.BgClassName
{
background-color: #742B23;
}
</style>
border-color css
<style>
span { border-color: #742B23; }
span { border-color: rgb(116,43,35); }
td.TdClassName
{
border-color: #742B23;
}
.TagClassName
{
border-color: #742B23;
}
</style>