Shades of Peru #C7853D
Tints of Peru #C7853D
RGB
CMYK
RGB Variations
Color information
#C7853D (or 0xC7853D) is known color: Peru. HEX triplet: C7, 85 and 3D. RGB value is (199,133,61). Sum of RGB (Red+Green+Blue) = 199+133+61=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7853D is #387AC2. Grayscale: #909090. Windows color (decimal): -3701443 or 4031943. OLE color: 4031943.
HSL color Cylindrical-coordinate representation of color #C7853D: hue angle of 31.3º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7853D is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 61 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.22 |
| HSL | 31.3º | 0.55% | 0.51% | - |
| HSV(B) | 31.3º | 0.69% | 0.78% | - |
| XYZ | 32.78 | 29.25 | 8.33 | - |
| YUV | 144.53 | 80.87 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 61 | 0 | 0.33 | 0.69 | 0.22 | 31.3 | 0.55 | 0.51 |
| Hex | C7 | 85 | 3D | 0 | 21 | 45 | 16 | 1F | 37 | 33 |
| Octal | 307 | 205 | 75 | 0 | 41 | 105 | 26 | 37 | 67 | 63 |
| Binary | 11000111 | 10000101 | 111101 | 0 | 100001 | 1000101 | 10110 | 11111 | 110111 | 110011 |
Color Harmonies of #C7853D
Complementary color
Monochromatic Colors of #C7853D
Black with #C7853D
Text Example
Text Example
White with #C7853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7853D; }
p { color: rgb(199,133,61); }
H1.HeaderClassName
{
color: #C7853D;
}
.AnyTagClassName
{
color: #C7853D;
}
</style>
background-color css
<style>
a { background-color: #C7853D; }
a { background-color: rgb(199,133,61); }
div.DivClassName
{
background-color: #C7853D;
}
.BgClassName
{
background-color: #C7853D;
}
</style>
border-color css
<style>
span { border-color: #C7853D; }
span { border-color: rgb(199,133,61); }
td.TdClassName
{
border-color: #C7853D;
}
.TagClassName
{
border-color: #C7853D;
}
</style>