Shades of Peru #D4843F
Tints of Peru #D4843F
RGB
CMYK
RGB Variations
Color information
#D4843F (or 0xD4843F) is known color: Peru. HEX triplet: D4, 84 and 3F. RGB value is (212,132,63). Sum of RGB (Red+Green+Blue) = 212+132+63=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D4843F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4843F is #2B7BC0. Grayscale: #949494. Windows color (decimal): -2849729 or 4162772. OLE color: 4162772.
HSL color Cylindrical-coordinate representation of color #D4843F: hue angle of 27.79º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4843F is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 132 | 63 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.17 |
| HSL | 27.79º | 0.63% | 0.54% | - |
| HSV(B) | 27.79º | 0.7% | 0.83% | - |
| XYZ | 36.3 | 30.86 | 8.75 | - |
| YUV | 148.05 | 80 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 63 | 0 | 0.38 | 0.70 | 0.17 | 27.79 | 0.63 | 0.54 |
| Hex | D4 | 84 | 3F | 0 | 26 | 46 | 11 | 1C | 3F | 36 |
| Octal | 324 | 204 | 77 | 0 | 46 | 106 | 21 | 34 | 77 | 66 |
| Binary | 11010100 | 10000100 | 111111 | 0 | 100110 | 1000110 | 10001 | 11100 | 111111 | 110110 |
Color Harmonies of #D4843F
Complementary color
Monochromatic Colors of #D4843F
Black with #D4843F
Text Example
Text Example
White with #D4843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4843F; }
p { color: rgb(212,132,63); }
H1.HeaderClassName
{
color: #D4843F;
}
.AnyTagClassName
{
color: #D4843F;
}
</style>
background-color css
<style>
a { background-color: #D4843F; }
a { background-color: rgb(212,132,63); }
div.DivClassName
{
background-color: #D4843F;
}
.BgClassName
{
background-color: #D4843F;
}
</style>
border-color css
<style>
span { border-color: #D4843F; }
span { border-color: rgb(212,132,63); }
td.TdClassName
{
border-color: #D4843F;
}
.TagClassName
{
border-color: #D4843F;
}
</style>