Shades of Auburn #74302D
Tints of Auburn #74302D
RGB
CMYK
RGB Variations
Color information
#74302D (or 0x74302D) is known color: Auburn. HEX triplet: 74, 30 and 2D. RGB value is (116,48,45). Sum of RGB (Red+Green+Blue) = 116+48+45=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #74302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74302D is #8BCFD2. Grayscale: #444444. Windows color (decimal): -9162707 or 2961524. OLE color: 2961524.
HSL color Cylindrical-coordinate representation of color #74302D: hue angle of 2.54º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74302D is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 48 | 45 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.55 |
| HSL | 2.54º | 0.44% | 0.32% | - |
| HSV(B) | 2.54º | 0.61% | 0.45% | - |
| XYZ | 8.73 | 6.02 | 3.18 | - |
| YUV | 67.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 48 | 45 | 0 | 0.59 | 0.61 | 0.55 | 2.54 | 0.44 | 0.32 |
| Hex | 74 | 30 | 2D | 0 | 3B | 3D | 37 | 3 | 2C | 20 |
| Octal | 164 | 60 | 55 | 0 | 73 | 75 | 67 | 3 | 54 | 40 |
| Binary | 1110100 | 110000 | 101101 | 0 | 111011 | 111101 | 110111 | 11 | 101100 | 100000 |
Color Harmonies of #74302D
Complementary color
Monochromatic Colors of #74302D
Black with #74302D
Text Example
Text Example
White with #74302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74302D; }
p { color: rgb(116,48,45); }
H1.HeaderClassName
{
color: #74302D;
}
.AnyTagClassName
{
color: #74302D;
}
</style>
background-color css
<style>
a { background-color: #74302D; }
a { background-color: rgb(116,48,45); }
div.DivClassName
{
background-color: #74302D;
}
.BgClassName
{
background-color: #74302D;
}
</style>
border-color css
<style>
span { border-color: #74302D; }
span { border-color: rgb(116,48,45); }
td.TdClassName
{
border-color: #74302D;
}
.TagClassName
{
border-color: #74302D;
}
</style>