Shades of Peru #C58547
Tints of Peru #C58547
RGB
CMYK
RGB Variations
Color information
#C58547 (or 0xC58547) is known color: Peru. HEX triplet: C5, 85 and 47. RGB value is (197,133,71). Sum of RGB (Red+Green+Blue) = 197+133+71=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C58547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58547 is #3A7AB8. Grayscale: #919191. Windows color (decimal): -3832505 or 4687301. OLE color: 4687301.
HSL color Cylindrical-coordinate representation of color #C58547: hue angle of 29.52º 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 #C58547 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 71 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.23 |
| HSL | 29.52º | 0.52% | 0.53% | - |
| HSV(B) | 29.52º | 0.64% | 0.77% | - |
| XYZ | 32.55 | 29.1 | 9.86 | - |
| YUV | 145.07 | 86.2 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 71 | 0 | 0.32 | 0.64 | 0.23 | 29.52 | 0.52 | 0.53 |
| Hex | C5 | 85 | 47 | 0 | 20 | 40 | 17 | 1E | 34 | 35 |
| Octal | 305 | 205 | 107 | 0 | 40 | 100 | 27 | 36 | 64 | 65 |
| Binary | 11000101 | 10000101 | 1000111 | 0 | 100000 | 1000000 | 10111 | 11110 | 110100 | 110101 |
Color Harmonies of #C58547
Complementary color
Monochromatic Colors of #C58547
Black with #C58547
Text Example
Text Example
White with #C58547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58547; }
p { color: rgb(197,133,71); }
H1.HeaderClassName
{
color: #C58547;
}
.AnyTagClassName
{
color: #C58547;
}
</style>
background-color css
<style>
a { background-color: #C58547; }
a { background-color: rgb(197,133,71); }
div.DivClassName
{
background-color: #C58547;
}
.BgClassName
{
background-color: #C58547;
}
</style>
border-color css
<style>
span { border-color: #C58547; }
span { border-color: rgb(197,133,71); }
td.TdClassName
{
border-color: #C58547;
}
.TagClassName
{
border-color: #C58547;
}
</style>