Shades of Peru #C5863D
Tints of Peru #C5863D
RGB
CMYK
RGB Variations
Color information
#C5863D (or 0xC5863D) is known color: Peru. HEX triplet: C5, 86 and 3D. RGB value is (197,134,61). Sum of RGB (Red+Green+Blue) = 197+134+61=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5863D is #3A79C2. Grayscale: #909090. Windows color (decimal): -3832259 or 4032197. OLE color: 4032197.
HSL color Cylindrical-coordinate representation of color #C5863D: hue angle of 32.21º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5863D is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 61 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.23 |
| HSL | 32.21º | 0.54% | 0.51% | - |
| HSV(B) | 32.21º | 0.69% | 0.77% | - |
| XYZ | 32.39 | 29.26 | 8.35 | - |
| YUV | 144.52 | 80.87 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 61 | 0 | 0.32 | 0.69 | 0.23 | 32.21 | 0.54 | 0.51 |
| Hex | C5 | 86 | 3D | 0 | 20 | 45 | 17 | 20 | 36 | 33 |
| Octal | 305 | 206 | 75 | 0 | 40 | 105 | 27 | 40 | 66 | 63 |
| Binary | 11000101 | 10000110 | 111101 | 0 | 100000 | 1000101 | 10111 | 100000 | 110110 | 110011 |
Color Harmonies of #C5863D
Complementary color
Monochromatic Colors of #C5863D
Black with #C5863D
Text Example
Text Example
White with #C5863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5863D; }
p { color: rgb(197,134,61); }
H1.HeaderClassName
{
color: #C5863D;
}
.AnyTagClassName
{
color: #C5863D;
}
</style>
background-color css
<style>
a { background-color: #C5863D; }
a { background-color: rgb(197,134,61); }
div.DivClassName
{
background-color: #C5863D;
}
.BgClassName
{
background-color: #C5863D;
}
</style>
border-color css
<style>
span { border-color: #C5863D; }
span { border-color: rgb(197,134,61); }
td.TdClassName
{
border-color: #C5863D;
}
.TagClassName
{
border-color: #C5863D;
}
</style>