Shades of Peru #C58748
Tints of Peru #C58748
RGB
CMYK
RGB Variations
Color information
#C58748 (or 0xC58748) is known color: Peru. HEX triplet: C5, 87 and 48. RGB value is (197,135,72). Sum of RGB (Red+Green+Blue) = 197+135+72=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C58748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58748 is #3A78B7. Grayscale: #929292. Windows color (decimal): -3831992 or 4753349. OLE color: 4753349.
HSL color Cylindrical-coordinate representation of color #C58748: hue angle of 30.24º 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 #C58748 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 72 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.23 |
| HSL | 30.24º | 0.52% | 0.53% | - |
| HSV(B) | 30.24º | 0.63% | 0.77% | - |
| XYZ | 32.86 | 29.67 | 10.13 | - |
| YUV | 146.36 | 86.04 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 72 | 0 | 0.31 | 0.63 | 0.23 | 30.24 | 0.52 | 0.53 |
| Hex | C5 | 87 | 48 | 0 | 1F | 3F | 17 | 1E | 34 | 35 |
| Octal | 305 | 207 | 110 | 0 | 37 | 77 | 27 | 36 | 64 | 65 |
| Binary | 11000101 | 10000111 | 1001000 | 0 | 11111 | 111111 | 10111 | 11110 | 110100 | 110101 |
Color Harmonies of #C58748
Complementary color
Monochromatic Colors of #C58748
Black with #C58748
Text Example
Text Example
White with #C58748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58748; }
p { color: rgb(197,135,72); }
H1.HeaderClassName
{
color: #C58748;
}
.AnyTagClassName
{
color: #C58748;
}
</style>
background-color css
<style>
a { background-color: #C58748; }
a { background-color: rgb(197,135,72); }
div.DivClassName
{
background-color: #C58748;
}
.BgClassName
{
background-color: #C58748;
}
</style>
border-color css
<style>
span { border-color: #C58748; }
span { border-color: rgb(197,135,72); }
td.TdClassName
{
border-color: #C58748;
}
.TagClassName
{
border-color: #C58748;
}
</style>