Shades of Auburn #752E27
Tints of Auburn #752E27
RGB
CMYK
RGB Variations
Color information
#752E27 (or 0x752E27) is known color: Auburn. HEX triplet: 75, 2E and 27. RGB value is (117,46,39). Sum of RGB (Red+Green+Blue) = 117+46+39=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #752E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E27 is #8AD1D8. Grayscale: #424242. Windows color (decimal): -9097689 or 2567797. OLE color: 2567797.
HSL color Cylindrical-coordinate representation of color #752E27: hue angle of 5.38º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #752E27 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 46 | 39 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.54 |
| HSL | 5.38º | 0.5% | 0.31% | - |
| HSV(B) | 5.38º | 0.67% | 0.46% | - |
| XYZ | 8.68 | 5.88 | 2.6 | - |
| YUV | 66.43 | 112.52 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 39 | 0 | 0.61 | 0.67 | 0.54 | 5.38 | 0.5 | 0.31 |
| Hex | 75 | 2E | 27 | 0 | 3D | 43 | 36 | 5 | 32 | 1F |
| Octal | 165 | 56 | 47 | 0 | 75 | 103 | 66 | 5 | 62 | 37 |
| Binary | 1110101 | 101110 | 100111 | 0 | 111101 | 1000011 | 110110 | 101 | 110010 | 11111 |
Color Harmonies of #752E27
Complementary color
Monochromatic Colors of #752E27
Black with #752E27
Text Example
Text Example
White with #752E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E27; }
p { color: rgb(117,46,39); }
H1.HeaderClassName
{
color: #752E27;
}
.AnyTagClassName
{
color: #752E27;
}
</style>
background-color css
<style>
a { background-color: #752E27; }
a { background-color: rgb(117,46,39); }
div.DivClassName
{
background-color: #752E27;
}
.BgClassName
{
background-color: #752E27;
}
</style>
border-color css
<style>
span { border-color: #752E27; }
span { border-color: rgb(117,46,39); }
td.TdClassName
{
border-color: #752E27;
}
.TagClassName
{
border-color: #752E27;
}
</style>