Shades of Peru #C78241
Tints of Peru #C78241
RGB
CMYK
RGB Variations
Color information
#C78241 (or 0xC78241) is known color: Peru. HEX triplet: C7, 82 and 41. RGB value is (199,130,65). Sum of RGB (Red+Green+Blue) = 199+130+65=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C78241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78241 is #387DBE. Grayscale: #8F8F8F. Windows color (decimal): -3702207 or 4293319. OLE color: 4293319.
HSL color Cylindrical-coordinate representation of color #C78241: hue angle of 29.1º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C78241 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 65 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.22 |
| HSL | 29.1º | 0.54% | 0.52% | - |
| HSV(B) | 29.1º | 0.67% | 0.78% | - |
| XYZ | 32.49 | 28.49 | 8.79 | - |
| YUV | 143.22 | 83.86 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 65 | 0 | 0.35 | 0.67 | 0.22 | 29.1 | 0.54 | 0.52 |
| Hex | C7 | 82 | 41 | 0 | 23 | 43 | 16 | 1D | 36 | 34 |
| Octal | 307 | 202 | 101 | 0 | 43 | 103 | 26 | 35 | 66 | 64 |
| Binary | 11000111 | 10000010 | 1000001 | 0 | 100011 | 1000011 | 10110 | 11101 | 110110 | 110100 |
Color Harmonies of #C78241
Complementary color
Monochromatic Colors of #C78241
Black with #C78241
Text Example
Text Example
White with #C78241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78241; }
p { color: rgb(199,130,65); }
H1.HeaderClassName
{
color: #C78241;
}
.AnyTagClassName
{
color: #C78241;
}
</style>
background-color css
<style>
a { background-color: #C78241; }
a { background-color: rgb(199,130,65); }
div.DivClassName
{
background-color: #C78241;
}
.BgClassName
{
background-color: #C78241;
}
</style>
border-color css
<style>
span { border-color: #C78241; }
span { border-color: rgb(199,130,65); }
td.TdClassName
{
border-color: #C78241;
}
.TagClassName
{
border-color: #C78241;
}
</style>