Shades of Peru #D37F3B
Tints of Peru #D37F3B
RGB
CMYK
RGB Variations
Color information
#D37F3B (or 0xD37F3B) is known color: Peru. HEX triplet: D3, 7F and 3B. RGB value is (211,127,59). Sum of RGB (Red+Green+Blue) = 211+127+59=397 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.15% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 59 (23.44% from 255 or 14.86% from 397); Max value from RGB is 211 - color contains mainly: red. Hex color #D37F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37F3B is #2C80C4. Grayscale: #909090. Windows color (decimal): -2916549 or 3899347. OLE color: 3899347.
HSL color Cylindrical-coordinate representation of color #D37F3B: hue angle of 26.84º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D37F3B is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 127 | 59 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.17 |
| HSL | 26.84º | 0.63% | 0.53% | - |
| HSV(B) | 26.84º | 0.72% | 0.83% | - |
| XYZ | 35.24 | 29.34 | 7.94 | - |
| YUV | 144.36 | 79.83 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 59 | 0 | 0.40 | 0.72 | 0.17 | 26.84 | 0.63 | 0.53 |
| Hex | D3 | 7F | 3B | 0 | 28 | 48 | 11 | 1B | 3F | 35 |
| Octal | 323 | 177 | 73 | 0 | 50 | 110 | 21 | 33 | 77 | 65 |
| Binary | 11010011 | 1111111 | 111011 | 0 | 101000 | 1001000 | 10001 | 11011 | 111111 | 110101 |
Color Harmonies of #D37F3B
Complementary color
Monochromatic Colors of #D37F3B
Black with #D37F3B
Text Example
Text Example
White with #D37F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37F3B; }
p { color: rgb(211,127,59); }
H1.HeaderClassName
{
color: #D37F3B;
}
.AnyTagClassName
{
color: #D37F3B;
}
</style>
background-color css
<style>
a { background-color: #D37F3B; }
a { background-color: rgb(211,127,59); }
div.DivClassName
{
background-color: #D37F3B;
}
.BgClassName
{
background-color: #D37F3B;
}
</style>
border-color css
<style>
span { border-color: #D37F3B; }
span { border-color: rgb(211,127,59); }
td.TdClassName
{
border-color: #D37F3B;
}
.TagClassName
{
border-color: #D37F3B;
}
</style>