Shades of Peru #C58747
Tints of Peru #C58747
RGB
CMYK
RGB Variations
Color information
#C58747 (or 0xC58747) is known color: Peru. HEX triplet: C5, 87 and 47. RGB value is (197,135,71). Sum of RGB (Red+Green+Blue) = 197+135+71=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C58747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58747 is #3A78B8. Grayscale: #929292. Windows color (decimal): -3831993 or 4687813. OLE color: 4687813.
HSL color Cylindrical-coordinate representation of color #C58747: hue angle of 30.48º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C58747 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 71 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.23 |
| HSL | 30.48º | 0.52% | 0.53% | - |
| HSV(B) | 30.48º | 0.64% | 0.77% | - |
| XYZ | 32.83 | 29.65 | 9.95 | - |
| YUV | 146.24 | 85.54 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 71 | 0 | 0.31 | 0.64 | 0.23 | 30.48 | 0.52 | 0.53 |
| Hex | C5 | 87 | 47 | 0 | 1F | 40 | 17 | 1E | 34 | 35 |
| Octal | 305 | 207 | 107 | 0 | 37 | 100 | 27 | 36 | 64 | 65 |
| Binary | 11000101 | 10000111 | 1000111 | 0 | 11111 | 1000000 | 10111 | 11110 | 110100 | 110101 |
Color Harmonies of #C58747
Complementary color
Monochromatic Colors of #C58747
Black with #C58747
Text Example
Text Example
White with #C58747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58747; }
p { color: rgb(197,135,71); }
H1.HeaderClassName
{
color: #C58747;
}
.AnyTagClassName
{
color: #C58747;
}
</style>
background-color css
<style>
a { background-color: #C58747; }
a { background-color: rgb(197,135,71); }
div.DivClassName
{
background-color: #C58747;
}
.BgClassName
{
background-color: #C58747;
}
</style>
border-color css
<style>
span { border-color: #C58747; }
span { border-color: rgb(197,135,71); }
td.TdClassName
{
border-color: #C58747;
}
.TagClassName
{
border-color: #C58747;
}
</style>