Shades of Peru #C58444
Tints of Peru #C58444
RGB
CMYK
RGB Variations
Color information
#C58444 (or 0xC58444) is known color: Peru. HEX triplet: C5, 84 and 44. RGB value is (197,132,68). Sum of RGB (Red+Green+Blue) = 197+132+68=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C58444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58444 is #3A7BBB. Grayscale: #909090. Windows color (decimal): -3832764 or 4490437. OLE color: 4490437.
HSL color Cylindrical-coordinate representation of color #C58444: hue angle of 29.77º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C58444 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 68 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.23 |
| HSL | 29.77º | 0.53% | 0.52% | - |
| HSV(B) | 29.77º | 0.65% | 0.77% | - |
| XYZ | 32.32 | 28.79 | 9.32 | - |
| YUV | 144.14 | 85.03 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 68 | 0 | 0.33 | 0.65 | 0.23 | 29.77 | 0.53 | 0.52 |
| Hex | C5 | 84 | 44 | 0 | 21 | 41 | 17 | 1E | 35 | 34 |
| Octal | 305 | 204 | 104 | 0 | 41 | 101 | 27 | 36 | 65 | 64 |
| Binary | 11000101 | 10000100 | 1000100 | 0 | 100001 | 1000001 | 10111 | 11110 | 110101 | 110100 |
Color Harmonies of #C58444
Complementary color
Monochromatic Colors of #C58444
Black with #C58444
Text Example
Text Example
White with #C58444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58444; }
p { color: rgb(197,132,68); }
H1.HeaderClassName
{
color: #C58444;
}
.AnyTagClassName
{
color: #C58444;
}
</style>
background-color css
<style>
a { background-color: #C58444; }
a { background-color: rgb(197,132,68); }
div.DivClassName
{
background-color: #C58444;
}
.BgClassName
{
background-color: #C58444;
}
</style>
border-color css
<style>
span { border-color: #C58444; }
span { border-color: rgb(197,132,68); }
td.TdClassName
{
border-color: #C58444;
}
.TagClassName
{
border-color: #C58444;
}
</style>