Shades of Peru Tan #752A06
Tints of Peru Tan #752A06
RGB
CMYK
RGB Variations
Color information
#752A06 (or 0x752A06) is known color: Peru Tan. HEX triplet: 75, 2A and 06. RGB value is (117,42,6). Sum of RGB (Red+Green+Blue) = 117+42+6=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #752A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752A06 is #8AD5F9. Grayscale: #3C3C3C. Windows color (decimal): -9098746 or 404085. OLE color: 404085.
HSL color Cylindrical-coordinate representation of color #752A06: hue angle of 19.46º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #752A06 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 42 | 6 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.54 |
| HSL | 19.46º | 0.9% | 0.24% | - |
| HSV(B) | 19.46º | 0.95% | 0.46% | - |
| XYZ | 8.2 | 5.45 | 0.79 | - |
| YUV | 60.32 | 97.35 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 6 | 0 | 0.64 | 0.95 | 0.54 | 19.46 | 0.9 | 0.24 |
| Hex | 75 | 2A | 6 | 0 | 40 | 5F | 36 | 13 | 5A | 18 |
| Octal | 165 | 52 | 6 | 0 | 100 | 137 | 66 | 23 | 132 | 30 |
| Binary | 1110101 | 101010 | 110 | 0 | 1000000 | 1011111 | 110110 | 10011 | 1011010 | 11000 |
Color Harmonies of #752A06
Complementary color
Monochromatic Colors of #752A06
Black with #752A06
Text Example
Text Example
White with #752A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752A06; }
p { color: rgb(117,42,6); }
H1.HeaderClassName
{
color: #752A06;
}
.AnyTagClassName
{
color: #752A06;
}
</style>
background-color css
<style>
a { background-color: #752A06; }
a { background-color: rgb(117,42,6); }
div.DivClassName
{
background-color: #752A06;
}
.BgClassName
{
background-color: #752A06;
}
</style>
border-color css
<style>
span { border-color: #752A06; }
span { border-color: rgb(117,42,6); }
td.TdClassName
{
border-color: #752A06;
}
.TagClassName
{
border-color: #752A06;
}
</style>