Shades of Peru #C78741
Tints of Peru #C78741
RGB
CMYK
RGB Variations
Color information
#C78741 (or 0xC78741) is known color: Peru. HEX triplet: C7, 87 and 41. RGB value is (199,135,65). Sum of RGB (Red+Green+Blue) = 199+135+65=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C78741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78741 is #3878BE. Grayscale: #929292. Windows color (decimal): -3700927 or 4294599. OLE color: 4294599.
HSL color Cylindrical-coordinate representation of color #C78741: hue angle of 31.34º 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 #C78741 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 135 | 65 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.22 |
| HSL | 31.34º | 0.54% | 0.52% | - |
| HSV(B) | 31.34º | 0.67% | 0.78% | - |
| XYZ | 33.17 | 29.85 | 9.01 | - |
| YUV | 146.16 | 82.2 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 65 | 0 | 0.32 | 0.67 | 0.22 | 31.34 | 0.54 | 0.52 |
| Hex | C7 | 87 | 41 | 0 | 20 | 43 | 16 | 1F | 36 | 34 |
| Octal | 307 | 207 | 101 | 0 | 40 | 103 | 26 | 37 | 66 | 64 |
| Binary | 11000111 | 10000111 | 1000001 | 0 | 100000 | 1000011 | 10110 | 11111 | 110110 | 110100 |
Color Harmonies of #C78741
Complementary color
Monochromatic Colors of #C78741
Black with #C78741
Text Example
Text Example
White with #C78741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78741; }
p { color: rgb(199,135,65); }
H1.HeaderClassName
{
color: #C78741;
}
.AnyTagClassName
{
color: #C78741;
}
</style>
background-color css
<style>
a { background-color: #C78741; }
a { background-color: rgb(199,135,65); }
div.DivClassName
{
background-color: #C78741;
}
.BgClassName
{
background-color: #C78741;
}
</style>
border-color css
<style>
span { border-color: #C78741; }
span { border-color: rgb(199,135,65); }
td.TdClassName
{
border-color: #C78741;
}
.TagClassName
{
border-color: #C78741;
}
</style>