Shades of Peru #C58440
Tints of Peru #C58440
RGB
CMYK
RGB Variations
Color information
#C58440 (or 0xC58440) is known color: Peru. HEX triplet: C5, 84 and 40. RGB value is (197,132,64). Sum of RGB (Red+Green+Blue) = 197+132+64=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C58440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58440 is #3A7BBF. Grayscale: #909090. Windows color (decimal): -3832768 or 4228293. OLE color: 4228293.
HSL color Cylindrical-coordinate representation of color #C58440: hue angle of 30.68º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C58440 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 64 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.23 |
| HSL | 30.68º | 0.53% | 0.51% | - |
| HSV(B) | 30.68º | 0.68% | 0.77% | - |
| XYZ | 32.2 | 28.74 | 8.7 | - |
| YUV | 143.68 | 83.03 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 64 | 0 | 0.33 | 0.68 | 0.23 | 30.68 | 0.53 | 0.51 |
| Hex | C5 | 84 | 40 | 0 | 21 | 44 | 17 | 1F | 35 | 33 |
| Octal | 305 | 204 | 100 | 0 | 41 | 104 | 27 | 37 | 65 | 63 |
| Binary | 11000101 | 10000100 | 1000000 | 0 | 100001 | 1000100 | 10111 | 11111 | 110101 | 110011 |
Color Harmonies of #C58440
Complementary color
Monochromatic Colors of #C58440
Black with #C58440
Text Example
Text Example
White with #C58440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58440; }
p { color: rgb(197,132,64); }
H1.HeaderClassName
{
color: #C58440;
}
.AnyTagClassName
{
color: #C58440;
}
</style>
background-color css
<style>
a { background-color: #C58440; }
a { background-color: rgb(197,132,64); }
div.DivClassName
{
background-color: #C58440;
}
.BgClassName
{
background-color: #C58440;
}
</style>
border-color css
<style>
span { border-color: #C58440; }
span { border-color: rgb(197,132,64); }
td.TdClassName
{
border-color: #C58440;
}
.TagClassName
{
border-color: #C58440;
}
</style>