Shades of Peru #C58341
Tints of Peru #C58341
RGB
CMYK
RGB Variations
Color information
#C58341 (or 0xC58341) is known color: Peru. HEX triplet: C5, 83 and 41. RGB value is (197,131,65). Sum of RGB (Red+Green+Blue) = 197+131+65=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C58341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58341 is #3A7CBE. Grayscale: #8F8F8F. Windows color (decimal): -3833023 or 4293573. OLE color: 4293573.
HSL color Cylindrical-coordinate representation of color #C58341: hue angle of 30º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C58341 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 65 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.23 |
| HSL | 30º | 0.53% | 0.51% | - |
| HSV(B) | 30º | 0.67% | 0.77% | - |
| XYZ | 32.1 | 28.48 | 8.81 | - |
| YUV | 143.21 | 83.87 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 65 | 0 | 0.34 | 0.67 | 0.23 | 30 | 0.53 | 0.51 |
| Hex | C5 | 83 | 41 | 0 | 22 | 43 | 17 | 1E | 35 | 33 |
| Octal | 305 | 203 | 101 | 0 | 42 | 103 | 27 | 36 | 65 | 63 |
| Binary | 11000101 | 10000011 | 1000001 | 0 | 100010 | 1000011 | 10111 | 11110 | 110101 | 110011 |
Color Harmonies of #C58341
Complementary color
Monochromatic Colors of #C58341
Black with #C58341
Text Example
Text Example
White with #C58341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58341; }
p { color: rgb(197,131,65); }
H1.HeaderClassName
{
color: #C58341;
}
.AnyTagClassName
{
color: #C58341;
}
</style>
background-color css
<style>
a { background-color: #C58341; }
a { background-color: rgb(197,131,65); }
div.DivClassName
{
background-color: #C58341;
}
.BgClassName
{
background-color: #C58341;
}
</style>
border-color css
<style>
span { border-color: #C58341; }
span { border-color: rgb(197,131,65); }
td.TdClassName
{
border-color: #C58341;
}
.TagClassName
{
border-color: #C58341;
}
</style>