Shades of Auburn #74302B
Tints of Auburn #74302B
RGB
CMYK
RGB Variations
Color information
#74302B (or 0x74302B) is known color: Auburn. HEX triplet: 74, 30 and 2B. RGB value is (116,48,43). Sum of RGB (Red+Green+Blue) = 116+48+43=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #74302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74302B is #8BCFD4. Grayscale: #434343. Windows color (decimal): -9162709 or 2830452. OLE color: 2830452.
HSL color Cylindrical-coordinate representation of color #74302B: hue angle of 4.11º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74302B is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 48 | 43 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.55 |
| HSL | 4.11º | 0.46% | 0.31% | - |
| HSV(B) | 4.11º | 0.63% | 0.45% | - |
| XYZ | 8.7 | 6 | 2.99 | - |
| YUV | 67.76 | 114.03 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 48 | 43 | 0 | 0.59 | 0.63 | 0.55 | 4.11 | 0.46 | 0.31 |
| Hex | 74 | 30 | 2B | 0 | 3B | 3F | 37 | 4 | 2E | 1F |
| Octal | 164 | 60 | 53 | 0 | 73 | 77 | 67 | 4 | 56 | 37 |
| Binary | 1110100 | 110000 | 101011 | 0 | 111011 | 111111 | 110111 | 100 | 101110 | 11111 |
Color Harmonies of #74302B
Complementary color
Monochromatic Colors of #74302B
Black with #74302B
Text Example
Text Example
White with #74302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74302B; }
p { color: rgb(116,48,43); }
H1.HeaderClassName
{
color: #74302B;
}
.AnyTagClassName
{
color: #74302B;
}
</style>
background-color css
<style>
a { background-color: #74302B; }
a { background-color: rgb(116,48,43); }
div.DivClassName
{
background-color: #74302B;
}
.BgClassName
{
background-color: #74302B;
}
</style>
border-color css
<style>
span { border-color: #74302B; }
span { border-color: rgb(116,48,43); }
td.TdClassName
{
border-color: #74302B;
}
.TagClassName
{
border-color: #74302B;
}
</style>