Shades of Auburn #742E28
Tints of Auburn #742E28
RGB
CMYK
RGB Variations
Color information
#742E28 (or 0x742E28) is known color: Auburn. HEX triplet: 74, 2E and 28. RGB value is (116,46,40). Sum of RGB (Red+Green+Blue) = 116+46+40=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #742E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742E28 is #8BD1D7. Grayscale: #424242. Windows color (decimal): -9163224 or 2633332. OLE color: 2633332.
HSL color Cylindrical-coordinate representation of color #742E28: hue angle of 4.74º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #742E28 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 46 | 40 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.55 |
| HSL | 4.74º | 0.49% | 0.31% | - |
| HSV(B) | 4.74º | 0.66% | 0.45% | - |
| XYZ | 8.56 | 5.82 | 2.68 | - |
| YUV | 66.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 40 | 0 | 0.60 | 0.66 | 0.55 | 4.74 | 0.49 | 0.31 |
| Hex | 74 | 2E | 28 | 0 | 3C | 42 | 37 | 5 | 31 | 1F |
| Octal | 164 | 56 | 50 | 0 | 74 | 102 | 67 | 5 | 61 | 37 |
| Binary | 1110100 | 101110 | 101000 | 0 | 111100 | 1000010 | 110111 | 101 | 110001 | 11111 |
Color Harmonies of #742E28
Complementary color
Monochromatic Colors of #742E28
Black with #742E28
Text Example
Text Example
White with #742E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742E28; }
p { color: rgb(116,46,40); }
H1.HeaderClassName
{
color: #742E28;
}
.AnyTagClassName
{
color: #742E28;
}
</style>
background-color css
<style>
a { background-color: #742E28; }
a { background-color: rgb(116,46,40); }
div.DivClassName
{
background-color: #742E28;
}
.BgClassName
{
background-color: #742E28;
}
</style>
border-color css
<style>
span { border-color: #742E28; }
span { border-color: rgb(116,46,40); }
td.TdClassName
{
border-color: #742E28;
}
.TagClassName
{
border-color: #742E28;
}
</style>