Shades of Peru #C58544
Tints of Peru #C58544
RGB
CMYK
RGB Variations
Color information
#C58544 (or 0xC58544) is known color: Peru. HEX triplet: C5, 85 and 44. RGB value is (197,133,68). Sum of RGB (Red+Green+Blue) = 197+133+68=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C58544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58544 is #3A7ABB. Grayscale: #919191. Windows color (decimal): -3832508 or 4490693. OLE color: 4490693.
HSL color Cylindrical-coordinate representation of color #C58544: hue angle of 30.23º 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 #C58544 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 68 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.23 |
| HSL | 30.23º | 0.53% | 0.52% | - |
| HSV(B) | 30.23º | 0.65% | 0.77% | - |
| XYZ | 32.46 | 29.06 | 9.37 | - |
| YUV | 144.73 | 84.7 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 68 | 0 | 0.32 | 0.65 | 0.23 | 30.23 | 0.53 | 0.52 |
| Hex | C5 | 85 | 44 | 0 | 20 | 41 | 17 | 1E | 35 | 34 |
| Octal | 305 | 205 | 104 | 0 | 40 | 101 | 27 | 36 | 65 | 64 |
| Binary | 11000101 | 10000101 | 1000100 | 0 | 100000 | 1000001 | 10111 | 11110 | 110101 | 110100 |
Color Harmonies of #C58544
Complementary color
Monochromatic Colors of #C58544
Black with #C58544
Text Example
Text Example
White with #C58544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58544; }
p { color: rgb(197,133,68); }
H1.HeaderClassName
{
color: #C58544;
}
.AnyTagClassName
{
color: #C58544;
}
</style>
background-color css
<style>
a { background-color: #C58544; }
a { background-color: rgb(197,133,68); }
div.DivClassName
{
background-color: #C58544;
}
.BgClassName
{
background-color: #C58544;
}
</style>
border-color css
<style>
span { border-color: #C58544; }
span { border-color: rgb(197,133,68); }
td.TdClassName
{
border-color: #C58544;
}
.TagClassName
{
border-color: #C58544;
}
</style>