Shades of Peru #D57F3B
Tints of Peru #D57F3B
RGB
CMYK
RGB Variations
Color information
#D57F3B (or 0xD57F3B) is known color: Peru. HEX triplet: D5, 7F and 3B. RGB value is (213,127,59). Sum of RGB (Red+Green+Blue) = 213+127+59=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57F3B is #2A80C4. Grayscale: #919191. Windows color (decimal): -2785477 or 3899349. OLE color: 3899349.
HSL color Cylindrical-coordinate representation of color #D57F3B: hue angle of 26.49º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D57F3B is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 59 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.16 |
| HSL | 26.49º | 0.65% | 0.53% | - |
| HSV(B) | 26.49º | 0.72% | 0.84% | - |
| XYZ | 35.82 | 29.64 | 7.97 | - |
| YUV | 144.96 | 79.49 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 59 | 0 | 0.40 | 0.72 | 0.16 | 26.49 | 0.65 | 0.53 |
| Hex | D5 | 7F | 3B | 0 | 28 | 48 | 10 | 1A | 41 | 35 |
| Octal | 325 | 177 | 73 | 0 | 50 | 110 | 20 | 32 | 101 | 65 |
| Binary | 11010101 | 1111111 | 111011 | 0 | 101000 | 1001000 | 10000 | 11010 | 1000001 | 110101 |
Color Harmonies of #D57F3B
Complementary color
Monochromatic Colors of #D57F3B
Black with #D57F3B
Text Example
Text Example
White with #D57F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57F3B; }
p { color: rgb(213,127,59); }
H1.HeaderClassName
{
color: #D57F3B;
}
.AnyTagClassName
{
color: #D57F3B;
}
</style>
background-color css
<style>
a { background-color: #D57F3B; }
a { background-color: rgb(213,127,59); }
div.DivClassName
{
background-color: #D57F3B;
}
.BgClassName
{
background-color: #D57F3B;
}
</style>
border-color css
<style>
span { border-color: #D57F3B; }
span { border-color: rgb(213,127,59); }
td.TdClassName
{
border-color: #D57F3B;
}
.TagClassName
{
border-color: #D57F3B;
}
</style>