Shades of Peru #D5873A
Tints of Peru #D5873A
RGB
CMYK
RGB Variations
Color information
#D5873A (or 0xD5873A) is known color: Peru. HEX triplet: D5, 87 and 3A. RGB value is (213,135,58). Sum of RGB (Red+Green+Blue) = 213+135+58=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5873A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5873A is #2A78C5. Grayscale: #959595. Windows color (decimal): -2783430 or 3835861. OLE color: 3835861.
HSL color Cylindrical-coordinate representation of color #D5873A: hue angle of 29.81º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5873A is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 58 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.16 |
| HSL | 29.81º | 0.65% | 0.53% | - |
| HSV(B) | 29.81º | 0.73% | 0.84% | - |
| XYZ | 36.87 | 31.78 | 8.19 | - |
| YUV | 149.54 | 76.34 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 58 | 0 | 0.37 | 0.73 | 0.16 | 29.81 | 0.65 | 0.53 |
| Hex | D5 | 87 | 3A | 0 | 25 | 49 | 10 | 1E | 41 | 35 |
| Octal | 325 | 207 | 72 | 0 | 45 | 111 | 20 | 36 | 101 | 65 |
| Binary | 11010101 | 10000111 | 111010 | 0 | 100101 | 1001001 | 10000 | 11110 | 1000001 | 110101 |
Color Harmonies of #D5873A
Complementary color
Monochromatic Colors of #D5873A
Black with #D5873A
Text Example
Text Example
White with #D5873A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5873A; }
p { color: rgb(213,135,58); }
H1.HeaderClassName
{
color: #D5873A;
}
.AnyTagClassName
{
color: #D5873A;
}
</style>
background-color css
<style>
a { background-color: #D5873A; }
a { background-color: rgb(213,135,58); }
div.DivClassName
{
background-color: #D5873A;
}
.BgClassName
{
background-color: #D5873A;
}
</style>
border-color css
<style>
span { border-color: #D5873A; }
span { border-color: rgb(213,135,58); }
td.TdClassName
{
border-color: #D5873A;
}
.TagClassName
{
border-color: #D5873A;
}
</style>