Shades of Peru Tan #752E13
Tints of Peru Tan #752E13
RGB
CMYK
RGB Variations
Color information
#752E13 (or 0x752E13) is known color: Peru Tan. HEX triplet: 75, 2E and 13. RGB value is (117,46,19). Sum of RGB (Red+Green+Blue) = 117+46+19=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #752E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752E13 is #8AD1EC. Grayscale: #404040. Windows color (decimal): -9097709 or 1257077. OLE color: 1257077.
HSL color Cylindrical-coordinate representation of color #752E13: hue angle of 16.53º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #752E13 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 46 | 19 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.54 |
| HSL | 16.53º | 0.72% | 0.27% | - |
| HSV(B) | 16.53º | 0.84% | 0.46% | - |
| XYZ | 8.43 | 5.78 | 1.29 | - |
| YUV | 64.15 | 102.52 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 19 | 0 | 0.61 | 0.84 | 0.54 | 16.53 | 0.72 | 0.27 |
| Hex | 75 | 2E | 13 | 0 | 3D | 54 | 36 | 11 | 48 | 1B |
| Octal | 165 | 56 | 23 | 0 | 75 | 124 | 66 | 21 | 110 | 33 |
| Binary | 1110101 | 101110 | 10011 | 0 | 111101 | 1010100 | 110110 | 10001 | 1001000 | 11011 |
Color Harmonies of #752E13
Complementary color
Monochromatic Colors of #752E13
Black with #752E13
Text Example
Text Example
White with #752E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E13; }
p { color: rgb(117,46,19); }
H1.HeaderClassName
{
color: #752E13;
}
.AnyTagClassName
{
color: #752E13;
}
</style>
background-color css
<style>
a { background-color: #752E13; }
a { background-color: rgb(117,46,19); }
div.DivClassName
{
background-color: #752E13;
}
.BgClassName
{
background-color: #752E13;
}
</style>
border-color css
<style>
span { border-color: #752E13; }
span { border-color: rgb(117,46,19); }
td.TdClassName
{
border-color: #752E13;
}
.TagClassName
{
border-color: #752E13;
}
</style>