Shades of Auburn #752F2A
Tints of Auburn #752F2A
RGB
CMYK
RGB Variations
Color information
#752F2A (or 0x752F2A) is known color: Auburn. HEX triplet: 75, 2F and 2A. RGB value is (117,47,42). Sum of RGB (Red+Green+Blue) = 117+47+42=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #752F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752F2A is #8AD0D5. Grayscale: #434343. Windows color (decimal): -9097430 or 2764661. OLE color: 2764661.
HSL color Cylindrical-coordinate representation of color #752F2A: hue angle of 4º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #752F2A is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 47 | 42 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.54 |
| HSL | 4º | 0.47% | 0.31% | - |
| HSV(B) | 4º | 0.64% | 0.46% | - |
| XYZ | 8.77 | 5.98 | 2.88 | - |
| YUV | 67.36 | 113.69 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 42 | 0 | 0.60 | 0.64 | 0.54 | 4 | 0.47 | 0.31 |
| Hex | 75 | 2F | 2A | 0 | 3C | 40 | 36 | 4 | 2F | 1F |
| Octal | 165 | 57 | 52 | 0 | 74 | 100 | 66 | 4 | 57 | 37 |
| Binary | 1110101 | 101111 | 101010 | 0 | 111100 | 1000000 | 110110 | 100 | 101111 | 11111 |
Color Harmonies of #752F2A
Complementary color
Monochromatic Colors of #752F2A
Black with #752F2A
Text Example
Text Example
White with #752F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F2A; }
p { color: rgb(117,47,42); }
H1.HeaderClassName
{
color: #752F2A;
}
.AnyTagClassName
{
color: #752F2A;
}
</style>
background-color css
<style>
a { background-color: #752F2A; }
a { background-color: rgb(117,47,42); }
div.DivClassName
{
background-color: #752F2A;
}
.BgClassName
{
background-color: #752F2A;
}
</style>
border-color css
<style>
span { border-color: #752F2A; }
span { border-color: rgb(117,47,42); }
td.TdClassName
{
border-color: #752F2A;
}
.TagClassName
{
border-color: #752F2A;
}
</style>