Shades of Auburn #76352F
Tints of Auburn #76352F
RGB
CMYK
RGB Variations
Color information
#76352F (or 0x76352F) is known color: Auburn. HEX triplet: 76, 35 and 2F. RGB value is (118,53,47). Sum of RGB (Red+Green+Blue) = 118+53+47=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76352F is #89CAD0. Grayscale: #474747. Windows color (decimal): -9030353 or 3093878. OLE color: 3093878.
HSL color Cylindrical-coordinate representation of color #76352F: hue angle of 5.07º 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 #76352F is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 53 | 47 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.54 |
| HSL | 5.07º | 0.43% | 0.32% | - |
| HSV(B) | 5.07º | 0.6% | 0.46% | - |
| XYZ | 9.26 | 6.6 | 3.48 | - |
| YUV | 71.75 | 114.03 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 53 | 47 | 0 | 0.55 | 0.60 | 0.54 | 5.07 | 0.43 | 0.32 |
| Hex | 76 | 35 | 2F | 0 | 37 | 3C | 36 | 5 | 2B | 20 |
| Octal | 166 | 65 | 57 | 0 | 67 | 74 | 66 | 5 | 53 | 40 |
| Binary | 1110110 | 110101 | 101111 | 0 | 110111 | 111100 | 110110 | 101 | 101011 | 100000 |
Color Harmonies of #76352F
Complementary color
Monochromatic Colors of #76352F
Black with #76352F
Text Example
Text Example
White with #76352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76352F; }
p { color: rgb(118,53,47); }
H1.HeaderClassName
{
color: #76352F;
}
.AnyTagClassName
{
color: #76352F;
}
</style>
background-color css
<style>
a { background-color: #76352F; }
a { background-color: rgb(118,53,47); }
div.DivClassName
{
background-color: #76352F;
}
.BgClassName
{
background-color: #76352F;
}
</style>
border-color css
<style>
span { border-color: #76352F; }
span { border-color: rgb(118,53,47); }
td.TdClassName
{
border-color: #76352F;
}
.TagClassName
{
border-color: #76352F;
}
</style>