Shades of Auburn #75322F
Tints of Auburn #75322F
RGB
CMYK
RGB Variations
Color information
#75322F (or 0x75322F) is known color: Auburn. HEX triplet: 75, 32 and 2F. RGB value is (117,50,47). Sum of RGB (Red+Green+Blue) = 117+50+47=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75322F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75322F is #8ACDD0. Grayscale: #454545. Windows color (decimal): -9096657 or 3093109. OLE color: 3093109.
HSL color Cylindrical-coordinate representation of color #75322F: hue angle of 2.57º 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 #75322F is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 50 | 47 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.54 |
| HSL | 2.57º | 0.43% | 0.32% | - |
| HSV(B) | 2.57º | 0.6% | 0.46% | - |
| XYZ | 8.99 | 6.27 | 3.43 | - |
| YUV | 69.69 | 115.2 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 50 | 47 | 0 | 0.57 | 0.60 | 0.54 | 2.57 | 0.43 | 0.32 |
| Hex | 75 | 32 | 2F | 0 | 39 | 3C | 36 | 3 | 2B | 20 |
| Octal | 165 | 62 | 57 | 0 | 71 | 74 | 66 | 3 | 53 | 40 |
| Binary | 1110101 | 110010 | 101111 | 0 | 111001 | 111100 | 110110 | 11 | 101011 | 100000 |
Color Harmonies of #75322F
Complementary color
Monochromatic Colors of #75322F
Black with #75322F
Text Example
Text Example
White with #75322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75322F; }
p { color: rgb(117,50,47); }
H1.HeaderClassName
{
color: #75322F;
}
.AnyTagClassName
{
color: #75322F;
}
</style>
background-color css
<style>
a { background-color: #75322F; }
a { background-color: rgb(117,50,47); }
div.DivClassName
{
background-color: #75322F;
}
.BgClassName
{
background-color: #75322F;
}
</style>
border-color css
<style>
span { border-color: #75322F; }
span { border-color: rgb(117,50,47); }
td.TdClassName
{
border-color: #75322F;
}
.TagClassName
{
border-color: #75322F;
}
</style>