Shades of Peru #C58542
Tints of Peru #C58542
RGB
CMYK
RGB Variations
Color information
#C58542 (or 0xC58542) is known color: Peru. HEX triplet: C5, 85 and 42. RGB value is (197,133,66). Sum of RGB (Red+Green+Blue) = 197+133+66=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C58542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58542 is #3A7ABD. Grayscale: #909090. Windows color (decimal): -3832510 or 4359621. OLE color: 4359621.
HSL color Cylindrical-coordinate representation of color #C58542: hue angle of 30.69º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C58542 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 66 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.23 |
| HSL | 30.69º | 0.53% | 0.52% | - |
| HSV(B) | 30.69º | 0.66% | 0.77% | - |
| XYZ | 32.4 | 29.04 | 9.05 | - |
| YUV | 144.5 | 83.7 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 66 | 0 | 0.32 | 0.66 | 0.23 | 30.69 | 0.53 | 0.52 |
| Hex | C5 | 85 | 42 | 0 | 20 | 42 | 17 | 1F | 35 | 34 |
| Octal | 305 | 205 | 102 | 0 | 40 | 102 | 27 | 37 | 65 | 64 |
| Binary | 11000101 | 10000101 | 1000010 | 0 | 100000 | 1000010 | 10111 | 11111 | 110101 | 110100 |
Color Harmonies of #C58542
Complementary color
Monochromatic Colors of #C58542
Black with #C58542
Text Example
Text Example
White with #C58542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58542; }
p { color: rgb(197,133,66); }
H1.HeaderClassName
{
color: #C58542;
}
.AnyTagClassName
{
color: #C58542;
}
</style>
background-color css
<style>
a { background-color: #C58542; }
a { background-color: rgb(197,133,66); }
div.DivClassName
{
background-color: #C58542;
}
.BgClassName
{
background-color: #C58542;
}
</style>
border-color css
<style>
span { border-color: #C58542; }
span { border-color: rgb(197,133,66); }
td.TdClassName
{
border-color: #C58542;
}
.TagClassName
{
border-color: #C58542;
}
</style>