Shades of Peru Tan #752E0C
Tints of Peru Tan #752E0C
RGB
CMYK
RGB Variations
Color information
#752E0C (or 0x752E0C) is known color: Peru Tan. HEX triplet: 75, 2E and 0C. RGB value is (117,46,12). Sum of RGB (Red+Green+Blue) = 117+46+12=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #752E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752E0C is #8AD1F3. Grayscale: #3F3F3F. Windows color (decimal): -9097716 or 798325. OLE color: 798325.
HSL color Cylindrical-coordinate representation of color #752E0C: hue angle of 19.43º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #752E0C is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 46 | 12 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.54 |
| HSL | 19.43º | 0.81% | 0.25% | - |
| HSV(B) | 19.43º | 0.9% | 0.46% | - |
| XYZ | 8.38 | 5.76 | 1.02 | - |
| YUV | 63.35 | 99.02 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 12 | 0 | 0.61 | 0.90 | 0.54 | 19.43 | 0.81 | 0.25 |
| Hex | 75 | 2E | C | 0 | 3D | 5A | 36 | 13 | 51 | 19 |
| Octal | 165 | 56 | 14 | 0 | 75 | 132 | 66 | 23 | 121 | 31 |
| Binary | 1110101 | 101110 | 1100 | 0 | 111101 | 1011010 | 110110 | 10011 | 1010001 | 11001 |
Color Harmonies of #752E0C
Complementary color
Monochromatic Colors of #752E0C
Black with #752E0C
Text Example
Text Example
White with #752E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E0C; }
p { color: rgb(117,46,12); }
H1.HeaderClassName
{
color: #752E0C;
}
.AnyTagClassName
{
color: #752E0C;
}
</style>
background-color css
<style>
a { background-color: #752E0C; }
a { background-color: rgb(117,46,12); }
div.DivClassName
{
background-color: #752E0C;
}
.BgClassName
{
background-color: #752E0C;
}
</style>
border-color css
<style>
span { border-color: #752E0C; }
span { border-color: rgb(117,46,12); }
td.TdClassName
{
border-color: #752E0C;
}
.TagClassName
{
border-color: #752E0C;
}
</style>