Shades of Peru #D1853C
Tints of Peru #D1853C
RGB
CMYK
RGB Variations
Color information
#D1853C (or 0xD1853C) is known color: Peru. HEX triplet: D1, 85 and 3C. RGB value is (209,133,60). Sum of RGB (Red+Green+Blue) = 209+133+60=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1853C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1853C is #2E7AC3. Grayscale: #939393. Windows color (decimal): -3046084 or 3966417. OLE color: 3966417.
HSL color Cylindrical-coordinate representation of color #D1853C: hue angle of 29.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1853C is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 60 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.18 |
| HSL | 29.4º | 0.62% | 0.53% | - |
| HSV(B) | 29.4º | 0.71% | 0.82% | - |
| XYZ | 35.5 | 30.66 | 8.32 | - |
| YUV | 147.4 | 78.68 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 60 | 0 | 0.36 | 0.71 | 0.18 | 29.4 | 0.62 | 0.53 |
| Hex | D1 | 85 | 3C | 0 | 24 | 47 | 12 | 1D | 3E | 35 |
| Octal | 321 | 205 | 74 | 0 | 44 | 107 | 22 | 35 | 76 | 65 |
| Binary | 11010001 | 10000101 | 111100 | 0 | 100100 | 1000111 | 10010 | 11101 | 111110 | 110101 |
Color Harmonies of #D1853C
Complementary color
Monochromatic Colors of #D1853C
Black with #D1853C
Text Example
Text Example
White with #D1853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1853C; }
p { color: rgb(209,133,60); }
H1.HeaderClassName
{
color: #D1853C;
}
.AnyTagClassName
{
color: #D1853C;
}
</style>
background-color css
<style>
a { background-color: #D1853C; }
a { background-color: rgb(209,133,60); }
div.DivClassName
{
background-color: #D1853C;
}
.BgClassName
{
background-color: #D1853C;
}
</style>
border-color css
<style>
span { border-color: #D1853C; }
span { border-color: rgb(209,133,60); }
td.TdClassName
{
border-color: #D1853C;
}
.TagClassName
{
border-color: #D1853C;
}
</style>