Shades of Auburn #742A23
Tints of Auburn #742A23
RGB
CMYK
RGB Variations
Color information
#742A23 (or 0x742A23) is known color: Auburn. HEX triplet: 74, 2A and 23. RGB value is (116,42,35). Sum of RGB (Red+Green+Blue) = 116+42+35=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #742A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742A23 is #8BD5DC. Grayscale: #3F3F3F. Windows color (decimal): -9164253 or 2304628. OLE color: 2304628.
HSL color Cylindrical-coordinate representation of color #742A23: hue angle of 5.19º 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 #742A23 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 42 | 35 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.55 |
| HSL | 5.19º | 0.54% | 0.3% | - |
| HSV(B) | 5.19º | 0.7% | 0.45% | - |
| XYZ | 8.33 | 5.49 | 2.21 | - |
| YUV | 63.33 | 112.02 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 42 | 35 | 0 | 0.64 | 0.70 | 0.55 | 5.19 | 0.54 | 0.3 |
| Hex | 74 | 2A | 23 | 0 | 40 | 46 | 37 | 5 | 36 | 1E |
| Octal | 164 | 52 | 43 | 0 | 100 | 106 | 67 | 5 | 66 | 36 |
| Binary | 1110100 | 101010 | 100011 | 0 | 1000000 | 1000110 | 110111 | 101 | 110110 | 11110 |
Color Harmonies of #742A23
Complementary color
Monochromatic Colors of #742A23
Black with #742A23
Text Example
Text Example
White with #742A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742A23; }
p { color: rgb(116,42,35); }
H1.HeaderClassName
{
color: #742A23;
}
.AnyTagClassName
{
color: #742A23;
}
</style>
background-color css
<style>
a { background-color: #742A23; }
a { background-color: rgb(116,42,35); }
div.DivClassName
{
background-color: #742A23;
}
.BgClassName
{
background-color: #742A23;
}
</style>
border-color css
<style>
span { border-color: #742A23; }
span { border-color: rgb(116,42,35); }
td.TdClassName
{
border-color: #742A23;
}
.TagClassName
{
border-color: #742A23;
}
</style>