Shades of Peru #D8873F
Tints of Peru #D8873F
RGB
CMYK
RGB Variations
Color information
#D8873F (or 0xD8873F) is known color: Peru. HEX triplet: D8, 87 and 3F. RGB value is (216,135,63). Sum of RGB (Red+Green+Blue) = 216+135+63=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 63 (25% from 255 or 15.22% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D8873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8873F is #2778C0. Grayscale: #979797. Windows color (decimal): -2586817 or 4163544. OLE color: 4163544.
HSL color Cylindrical-coordinate representation of color #D8873F: hue angle of 28.24º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8873F is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 135 | 63 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.15 |
| HSL | 28.24º | 0.66% | 0.55% | - |
| HSV(B) | 28.24º | 0.71% | 0.85% | - |
| XYZ | 37.88 | 32.29 | 8.94 | - |
| YUV | 151.01 | 78.34 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 135 | 63 | 0 | 0.38 | 0.71 | 0.15 | 28.24 | 0.66 | 0.55 |
| Hex | D8 | 87 | 3F | 0 | 26 | 47 | F | 1C | 42 | 37 |
| Octal | 330 | 207 | 77 | 0 | 46 | 107 | 17 | 34 | 102 | 67 |
| Binary | 11011000 | 10000111 | 111111 | 0 | 100110 | 1000111 | 1111 | 11100 | 1000010 | 110111 |
Color Harmonies of #D8873F
Complementary color
Monochromatic Colors of #D8873F
Black with #D8873F
Text Example
Text Example
White with #D8873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8873F; }
p { color: rgb(216,135,63); }
H1.HeaderClassName
{
color: #D8873F;
}
.AnyTagClassName
{
color: #D8873F;
}
</style>
background-color css
<style>
a { background-color: #D8873F; }
a { background-color: rgb(216,135,63); }
div.DivClassName
{
background-color: #D8873F;
}
.BgClassName
{
background-color: #D8873F;
}
</style>
border-color css
<style>
span { border-color: #D8873F; }
span { border-color: rgb(216,135,63); }
td.TdClassName
{
border-color: #D8873F;
}
.TagClassName
{
border-color: #D8873F;
}
</style>