Shades of Peru #C58449
Tints of Peru #C58449
RGB
CMYK
RGB Variations
Color information
#C58449 (or 0xC58449) is known color: Peru. HEX triplet: C5, 84 and 49. RGB value is (197,132,73). Sum of RGB (Red+Green+Blue) = 197+132+73=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C58449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58449 is #3A7BB6. Grayscale: #919191. Windows color (decimal): -3832759 or 4818117. OLE color: 4818117.
HSL color Cylindrical-coordinate representation of color #C58449: hue angle of 28.55º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C58449 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 73 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.23 |
| HSL | 28.55º | 0.52% | 0.53% | - |
| HSV(B) | 28.55º | 0.63% | 0.77% | - |
| XYZ | 32.48 | 28.85 | 10.16 | - |
| YUV | 144.71 | 87.53 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 73 | 0 | 0.33 | 0.63 | 0.23 | 28.55 | 0.52 | 0.53 |
| Hex | C5 | 84 | 49 | 0 | 21 | 3F | 17 | 1D | 34 | 35 |
| Octal | 305 | 204 | 111 | 0 | 41 | 77 | 27 | 35 | 64 | 65 |
| Binary | 11000101 | 10000100 | 1001001 | 0 | 100001 | 111111 | 10111 | 11101 | 110100 | 110101 |
Color Harmonies of #C58449
Complementary color
Monochromatic Colors of #C58449
Black with #C58449
Text Example
Text Example
White with #C58449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58449; }
p { color: rgb(197,132,73); }
H1.HeaderClassName
{
color: #C58449;
}
.AnyTagClassName
{
color: #C58449;
}
</style>
background-color css
<style>
a { background-color: #C58449; }
a { background-color: rgb(197,132,73); }
div.DivClassName
{
background-color: #C58449;
}
.BgClassName
{
background-color: #C58449;
}
</style>
border-color css
<style>
span { border-color: #C58449; }
span { border-color: rgb(197,132,73); }
td.TdClassName
{
border-color: #C58449;
}
.TagClassName
{
border-color: #C58449;
}
</style>