Shades of Auburn #74322A
Tints of Auburn #74322A
RGB
CMYK
RGB Variations
Color information
#74322A (or 0x74322A) is known color: Auburn. HEX triplet: 74, 32 and 2A. RGB value is (116,50,42). Sum of RGB (Red+Green+Blue) = 116+50+42=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #74322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74322A is #8BCDD5. Grayscale: #444444. Windows color (decimal): -9162198 or 2765428. OLE color: 2765428.
HSL color Cylindrical-coordinate representation of color #74322A: hue angle of 6.49º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74322A is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 50 | 42 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.55 |
| HSL | 6.49º | 0.47% | 0.31% | - |
| HSV(B) | 6.49º | 0.64% | 0.45% | - |
| XYZ | 8.76 | 6.16 | 2.92 | - |
| YUV | 68.82 | 112.87 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 42 | 0 | 0.57 | 0.64 | 0.55 | 6.49 | 0.47 | 0.31 |
| Hex | 74 | 32 | 2A | 0 | 39 | 40 | 37 | 6 | 2F | 1F |
| Octal | 164 | 62 | 52 | 0 | 71 | 100 | 67 | 6 | 57 | 37 |
| Binary | 1110100 | 110010 | 101010 | 0 | 111001 | 1000000 | 110111 | 110 | 101111 | 11111 |
Color Harmonies of #74322A
Complementary color
Monochromatic Colors of #74322A
Black with #74322A
Text Example
Text Example
White with #74322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74322A; }
p { color: rgb(116,50,42); }
H1.HeaderClassName
{
color: #74322A;
}
.AnyTagClassName
{
color: #74322A;
}
</style>
background-color css
<style>
a { background-color: #74322A; }
a { background-color: rgb(116,50,42); }
div.DivClassName
{
background-color: #74322A;
}
.BgClassName
{
background-color: #74322A;
}
</style>
border-color css
<style>
span { border-color: #74322A; }
span { border-color: rgb(116,50,42); }
td.TdClassName
{
border-color: #74322A;
}
.TagClassName
{
border-color: #74322A;
}
</style>