Shades of Auburn #752D26
Tints of Auburn #752D26
RGB
CMYK
RGB Variations
Color information
#752D26 (or 0x752D26) is known color: Auburn. HEX triplet: 75, 2D and 26. RGB value is (117,45,38). Sum of RGB (Red+Green+Blue) = 117+45+38=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #752D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D26 is #8AD2D9. Grayscale: #414141. Windows color (decimal): -9097946 or 2502005. OLE color: 2502005.
HSL color Cylindrical-coordinate representation of color #752D26: hue angle of 5.32º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #752D26 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 45 | 38 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.54 |
| HSL | 5.32º | 0.51% | 0.3% | - |
| HSV(B) | 5.32º | 0.68% | 0.46% | - |
| XYZ | 8.62 | 5.8 | 2.5 | - |
| YUV | 65.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 38 | 0 | 0.62 | 0.68 | 0.54 | 5.32 | 0.51 | 0.3 |
| Hex | 75 | 2D | 26 | 0 | 3E | 44 | 36 | 5 | 33 | 1E |
| Octal | 165 | 55 | 46 | 0 | 76 | 104 | 66 | 5 | 63 | 36 |
| Binary | 1110101 | 101101 | 100110 | 0 | 111110 | 1000100 | 110110 | 101 | 110011 | 11110 |
Color Harmonies of #752D26
Complementary color
Monochromatic Colors of #752D26
Black with #752D26
Text Example
Text Example
White with #752D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752D26; }
p { color: rgb(117,45,38); }
H1.HeaderClassName
{
color: #752D26;
}
.AnyTagClassName
{
color: #752D26;
}
</style>
background-color css
<style>
a { background-color: #752D26; }
a { background-color: rgb(117,45,38); }
div.DivClassName
{
background-color: #752D26;
}
.BgClassName
{
background-color: #752D26;
}
</style>
border-color css
<style>
span { border-color: #752D26; }
span { border-color: rgb(117,45,38); }
td.TdClassName
{
border-color: #752D26;
}
.TagClassName
{
border-color: #752D26;
}
</style>