Shades of Peru #C58641
Tints of Peru #C58641
RGB
CMYK
RGB Variations
Color information
#C58641 (or 0xC58641) is known color: Peru. HEX triplet: C5, 86 and 41. RGB value is (197,134,65). Sum of RGB (Red+Green+Blue) = 197+134+65=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C58641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58641 is #3A79BE. Grayscale: #919191. Windows color (decimal): -3832255 or 4294341. OLE color: 4294341.
HSL color Cylindrical-coordinate representation of color #C58641: hue angle of 31.36º 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 #C58641 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 65 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.23 |
| HSL | 31.36º | 0.53% | 0.51% | - |
| HSV(B) | 31.36º | 0.67% | 0.77% | - |
| XYZ | 32.51 | 29.3 | 8.94 | - |
| YUV | 144.97 | 82.87 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 65 | 0 | 0.32 | 0.67 | 0.23 | 31.36 | 0.53 | 0.51 |
| Hex | C5 | 86 | 41 | 0 | 20 | 43 | 17 | 1F | 35 | 33 |
| Octal | 305 | 206 | 101 | 0 | 40 | 103 | 27 | 37 | 65 | 63 |
| Binary | 11000101 | 10000110 | 1000001 | 0 | 100000 | 1000011 | 10111 | 11111 | 110101 | 110011 |
Color Harmonies of #C58641
Complementary color
Monochromatic Colors of #C58641
Black with #C58641
Text Example
Text Example
White with #C58641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58641; }
p { color: rgb(197,134,65); }
H1.HeaderClassName
{
color: #C58641;
}
.AnyTagClassName
{
color: #C58641;
}
</style>
background-color css
<style>
a { background-color: #C58641; }
a { background-color: rgb(197,134,65); }
div.DivClassName
{
background-color: #C58641;
}
.BgClassName
{
background-color: #C58641;
}
</style>
border-color css
<style>
span { border-color: #C58641; }
span { border-color: rgb(197,134,65); }
td.TdClassName
{
border-color: #C58641;
}
.TagClassName
{
border-color: #C58641;
}
</style>