Shades of Auburn #752C25
Tints of Auburn #752C25
RGB
CMYK
RGB Variations
Color information
#752C25 (or 0x752C25) is known color: Auburn. HEX triplet: 75, 2C and 25. RGB value is (117,44,37). Sum of RGB (Red+Green+Blue) = 117+44+37=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #752C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C25 is #8AD3DA. Grayscale: #414141. Windows color (decimal): -9098203 or 2436213. OLE color: 2436213.
HSL color Cylindrical-coordinate representation of color #752C25: hue angle of 5.25º degrees, saturation: 0.52, 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 #752C25 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 44 | 37 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.54 |
| HSL | 5.25º | 0.52% | 0.3% | - |
| HSV(B) | 5.25º | 0.68% | 0.46% | - |
| XYZ | 8.57 | 5.72 | 2.4 | - |
| YUV | 65.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 37 | 0 | 0.62 | 0.68 | 0.54 | 5.25 | 0.52 | 0.3 |
| Hex | 75 | 2C | 25 | 0 | 3E | 44 | 36 | 5 | 34 | 1E |
| Octal | 165 | 54 | 45 | 0 | 76 | 104 | 66 | 5 | 64 | 36 |
| Binary | 1110101 | 101100 | 100101 | 0 | 111110 | 1000100 | 110110 | 101 | 110100 | 11110 |
Color Harmonies of #752C25
Complementary color
Monochromatic Colors of #752C25
Black with #752C25
Text Example
Text Example
White with #752C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C25; }
p { color: rgb(117,44,37); }
H1.HeaderClassName
{
color: #752C25;
}
.AnyTagClassName
{
color: #752C25;
}
</style>
background-color css
<style>
a { background-color: #752C25; }
a { background-color: rgb(117,44,37); }
div.DivClassName
{
background-color: #752C25;
}
.BgClassName
{
background-color: #752C25;
}
</style>
border-color css
<style>
span { border-color: #752C25; }
span { border-color: rgb(117,44,37); }
td.TdClassName
{
border-color: #752C25;
}
.TagClassName
{
border-color: #752C25;
}
</style>