Shades of Peru #D7883E
Tints of Peru #D7883E
RGB
CMYK
RGB Variations
Color information
#D7883E (or 0xD7883E) is known color: Peru. HEX triplet: D7, 88 and 3E. RGB value is (215,136,62). Sum of RGB (Red+Green+Blue) = 215+136+62=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D7883E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7883E is #2877C1. Grayscale: #979797. Windows color (decimal): -2652098 or 4098263. OLE color: 4098263.
HSL color Cylindrical-coordinate representation of color #D7883E: hue angle of 29.02º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D7883E is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 136 | 62 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.16 |
| HSL | 29.02º | 0.66% | 0.54% | - |
| HSV(B) | 29.02º | 0.71% | 0.84% | - |
| XYZ | 37.7 | 32.4 | 8.82 | - |
| YUV | 151.19 | 77.67 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 136 | 62 | 0 | 0.37 | 0.71 | 0.16 | 29.02 | 0.66 | 0.54 |
| Hex | D7 | 88 | 3E | 0 | 25 | 47 | 10 | 1D | 42 | 36 |
| Octal | 327 | 210 | 76 | 0 | 45 | 107 | 20 | 35 | 102 | 66 |
| Binary | 11010111 | 10001000 | 111110 | 0 | 100101 | 1000111 | 10000 | 11101 | 1000010 | 110110 |
Color Harmonies of #D7883E
Complementary color
Monochromatic Colors of #D7883E
Black with #D7883E
Text Example
Text Example
White with #D7883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7883E; }
p { color: rgb(215,136,62); }
H1.HeaderClassName
{
color: #D7883E;
}
.AnyTagClassName
{
color: #D7883E;
}
</style>
background-color css
<style>
a { background-color: #D7883E; }
a { background-color: rgb(215,136,62); }
div.DivClassName
{
background-color: #D7883E;
}
.BgClassName
{
background-color: #D7883E;
}
</style>
border-color css
<style>
span { border-color: #D7883E; }
span { border-color: rgb(215,136,62); }
td.TdClassName
{
border-color: #D7883E;
}
.TagClassName
{
border-color: #D7883E;
}
</style>