Shades of Peru #D5883C
Tints of Peru #D5883C
RGB
CMYK
RGB Variations
Color information
#D5883C (or 0xD5883C) is known color: Peru. HEX triplet: D5, 88 and 3C. RGB value is (213,136,60). Sum of RGB (Red+Green+Blue) = 213+136+60=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5883C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5883C is #2A77C3. Grayscale: #969696. Windows color (decimal): -2783172 or 3967189. OLE color: 3967189.
HSL color Cylindrical-coordinate representation of color #D5883C: hue angle of 29.8º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5883C is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 60 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.16 |
| HSL | 29.8º | 0.65% | 0.54% | - |
| HSV(B) | 29.8º | 0.72% | 0.84% | - |
| XYZ | 37.06 | 32.08 | 8.51 | - |
| YUV | 150.36 | 77.01 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 60 | 0 | 0.36 | 0.72 | 0.16 | 29.8 | 0.65 | 0.54 |
| Hex | D5 | 88 | 3C | 0 | 24 | 48 | 10 | 1E | 41 | 36 |
| Octal | 325 | 210 | 74 | 0 | 44 | 110 | 20 | 36 | 101 | 66 |
| Binary | 11010101 | 10001000 | 111100 | 0 | 100100 | 1001000 | 10000 | 11110 | 1000001 | 110110 |
Color Harmonies of #D5883C
Complementary color
Monochromatic Colors of #D5883C
Black with #D5883C
Text Example
Text Example
White with #D5883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5883C; }
p { color: rgb(213,136,60); }
H1.HeaderClassName
{
color: #D5883C;
}
.AnyTagClassName
{
color: #D5883C;
}
</style>
background-color css
<style>
a { background-color: #D5883C; }
a { background-color: rgb(213,136,60); }
div.DivClassName
{
background-color: #D5883C;
}
.BgClassName
{
background-color: #D5883C;
}
</style>
border-color css
<style>
span { border-color: #D5883C; }
span { border-color: rgb(213,136,60); }
td.TdClassName
{
border-color: #D5883C;
}
.TagClassName
{
border-color: #D5883C;
}
</style>