Shades of Peru Tan #752E04
Tints of Peru Tan #752E04
RGB
CMYK
RGB Variations
Color information
#752E04 (or 0x752E04) is known color: Peru Tan. HEX triplet: 75, 2E and 04. RGB value is (117,46,4). Sum of RGB (Red+Green+Blue) = 117+46+4=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #752E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752E04 is #8AD1FB. Grayscale: #3E3E3E. Windows color (decimal): -9097724 or 274037. OLE color: 274037.
HSL color Cylindrical-coordinate representation of color #752E04: hue angle of 22.3º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #752E04 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 46 | 4 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.54 |
| HSL | 22.3º | 0.93% | 0.24% | - |
| HSV(B) | 22.3º | 0.97% | 0.46% | - |
| XYZ | 8.34 | 5.74 | 0.78 | - |
| YUV | 62.44 | 95.02 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 4 | 0 | 0.61 | 0.97 | 0.54 | 22.3 | 0.93 | 0.24 |
| Hex | 75 | 2E | 4 | 0 | 3D | 61 | 36 | 16 | 5D | 18 |
| Octal | 165 | 56 | 4 | 0 | 75 | 141 | 66 | 26 | 135 | 30 |
| Binary | 1110101 | 101110 | 100 | 0 | 111101 | 1100001 | 110110 | 10110 | 1011101 | 11000 |
Color Harmonies of #752E04
Complementary color
Monochromatic Colors of #752E04
Black with #752E04
Text Example
Text Example
White with #752E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E04; }
p { color: rgb(117,46,4); }
H1.HeaderClassName
{
color: #752E04;
}
.AnyTagClassName
{
color: #752E04;
}
</style>
background-color css
<style>
a { background-color: #752E04; }
a { background-color: rgb(117,46,4); }
div.DivClassName
{
background-color: #752E04;
}
.BgClassName
{
background-color: #752E04;
}
</style>
border-color css
<style>
span { border-color: #752E04; }
span { border-color: rgb(117,46,4); }
td.TdClassName
{
border-color: #752E04;
}
.TagClassName
{
border-color: #752E04;
}
</style>