Shades of Peru #D48C3C
Tints of Peru #D48C3C
RGB
CMYK
RGB Variations
Color information
#D48C3C (or 0xD48C3C) is known color: Peru. HEX triplet: D4, 8C and 3C. RGB value is (212,140,60). Sum of RGB (Red+Green+Blue) = 212+140+60=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48C3C is #2B73C3. Grayscale: #989898. Windows color (decimal): -2847684 or 3968212. OLE color: 3968212.
HSL color Cylindrical-coordinate representation of color #D48C3C: hue angle of 31.58º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D48C3C is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 140 | 60 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.17 |
| HSL | 31.58º | 0.64% | 0.53% | - |
| HSV(B) | 31.58º | 0.72% | 0.83% | - |
| XYZ | 37.35 | 33.08 | 8.69 | - |
| YUV | 152.41 | 75.85 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 60 | 0 | 0.34 | 0.72 | 0.17 | 31.58 | 0.64 | 0.53 |
| Hex | D4 | 8C | 3C | 0 | 22 | 48 | 11 | 20 | 40 | 35 |
| Octal | 324 | 214 | 74 | 0 | 42 | 110 | 21 | 40 | 100 | 65 |
| Binary | 11010100 | 10001100 | 111100 | 0 | 100010 | 1001000 | 10001 | 100000 | 1000000 | 110101 |
Color Harmonies of #D48C3C
Complementary color
Monochromatic Colors of #D48C3C
Black with #D48C3C
Text Example
Text Example
White with #D48C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48C3C; }
p { color: rgb(212,140,60); }
H1.HeaderClassName
{
color: #D48C3C;
}
.AnyTagClassName
{
color: #D48C3C;
}
</style>
background-color css
<style>
a { background-color: #D48C3C; }
a { background-color: rgb(212,140,60); }
div.DivClassName
{
background-color: #D48C3C;
}
.BgClassName
{
background-color: #D48C3C;
}
</style>
border-color css
<style>
span { border-color: #D48C3C; }
span { border-color: rgb(212,140,60); }
td.TdClassName
{
border-color: #D48C3C;
}
.TagClassName
{
border-color: #D48C3C;
}
</style>