Shades of Peru #D7843F
Tints of Peru #D7843F
RGB
CMYK
RGB Variations
Color information
#D7843F (or 0xD7843F) is known color: Peru. HEX triplet: D7, 84 and 3F. RGB value is (215,132,63). Sum of RGB (Red+Green+Blue) = 215+132+63=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D7843F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7843F is #287BC0. Grayscale: #959595. Windows color (decimal): -2653121 or 4162775. OLE color: 4162775.
HSL color Cylindrical-coordinate representation of color #D7843F: hue angle of 27.24º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D7843F is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 63 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.16 |
| HSL | 27.24º | 0.66% | 0.55% | - |
| HSV(B) | 27.24º | 0.71% | 0.84% | - |
| XYZ | 37.17 | 31.31 | 8.79 | - |
| YUV | 148.95 | 79.5 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 63 | 0 | 0.39 | 0.71 | 0.16 | 27.24 | 0.66 | 0.55 |
| Hex | D7 | 84 | 3F | 0 | 27 | 47 | 10 | 1B | 42 | 37 |
| Octal | 327 | 204 | 77 | 0 | 47 | 107 | 20 | 33 | 102 | 67 |
| Binary | 11010111 | 10000100 | 111111 | 0 | 100111 | 1000111 | 10000 | 11011 | 1000010 | 110111 |
Color Harmonies of #D7843F
Complementary color
Monochromatic Colors of #D7843F
Black with #D7843F
Text Example
Text Example
White with #D7843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7843F; }
p { color: rgb(215,132,63); }
H1.HeaderClassName
{
color: #D7843F;
}
.AnyTagClassName
{
color: #D7843F;
}
</style>
background-color css
<style>
a { background-color: #D7843F; }
a { background-color: rgb(215,132,63); }
div.DivClassName
{
background-color: #D7843F;
}
.BgClassName
{
background-color: #D7843F;
}
</style>
border-color css
<style>
span { border-color: #D7843F; }
span { border-color: rgb(215,132,63); }
td.TdClassName
{
border-color: #D7843F;
}
.TagClassName
{
border-color: #D7843F;
}
</style>