Shades of Auburn #75352F
Tints of Auburn #75352F
RGB
CMYK
RGB Variations
Color information
#75352F (or 0x75352F) is known color: Auburn. HEX triplet: 75, 35 and 2F. RGB value is (117,53,47). Sum of RGB (Red+Green+Blue) = 117+53+47=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #75352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75352F is #8ACAD0. Grayscale: #474747. Windows color (decimal): -9095889 or 3093877. OLE color: 3093877.
HSL color Cylindrical-coordinate representation of color #75352F: hue angle of 5.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75352F is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 53 | 47 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.54 |
| HSL | 5.14º | 0.43% | 0.32% | - |
| HSV(B) | 5.14º | 0.6% | 0.46% | - |
| XYZ | 9.12 | 6.53 | 3.47 | - |
| YUV | 71.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 53 | 47 | 0 | 0.55 | 0.60 | 0.54 | 5.14 | 0.43 | 0.32 |
| Hex | 75 | 35 | 2F | 0 | 37 | 3C | 36 | 5 | 2B | 20 |
| Octal | 165 | 65 | 57 | 0 | 67 | 74 | 66 | 5 | 53 | 40 |
| Binary | 1110101 | 110101 | 101111 | 0 | 110111 | 111100 | 110110 | 101 | 101011 | 100000 |
Color Harmonies of #75352F
Complementary color
Monochromatic Colors of #75352F
Black with #75352F
Text Example
Text Example
White with #75352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75352F; }
p { color: rgb(117,53,47); }
H1.HeaderClassName
{
color: #75352F;
}
.AnyTagClassName
{
color: #75352F;
}
</style>
background-color css
<style>
a { background-color: #75352F; }
a { background-color: rgb(117,53,47); }
div.DivClassName
{
background-color: #75352F;
}
.BgClassName
{
background-color: #75352F;
}
</style>
border-color css
<style>
span { border-color: #75352F; }
span { border-color: rgb(117,53,47); }
td.TdClassName
{
border-color: #75352F;
}
.TagClassName
{
border-color: #75352F;
}
</style>