Shades of Peru #D28546
Tints of Peru #D28546
RGB
CMYK
RGB Variations
Color information
#D28546 (or 0xD28546) is known color: Peru. HEX triplet: D2, 85 and 46. RGB value is (210,133,70). Sum of RGB (Red+Green+Blue) = 210+133+70=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 70 (27.73% from 255 or 16.95% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D28546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28546 is #2D7AB9. Grayscale: #959595. Windows color (decimal): -2980538 or 4621778. OLE color: 4621778.
HSL color Cylindrical-coordinate representation of color #D28546: hue angle of 27º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D28546 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 70 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.18 |
| HSL | 27º | 0.61% | 0.55% | - |
| HSV(B) | 27º | 0.67% | 0.82% | - |
| XYZ | 36.07 | 30.92 | 9.86 | - |
| YUV | 148.84 | 83.51 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 70 | 0 | 0.37 | 0.67 | 0.18 | 27 | 0.61 | 0.55 |
| Hex | D2 | 85 | 46 | 0 | 25 | 43 | 12 | 1B | 3D | 37 |
| Octal | 322 | 205 | 106 | 0 | 45 | 103 | 22 | 33 | 75 | 67 |
| Binary | 11010010 | 10000101 | 1000110 | 0 | 100101 | 1000011 | 10010 | 11011 | 111101 | 110111 |
Color Harmonies of #D28546
Complementary color
Monochromatic Colors of #D28546
Black with #D28546
Text Example
Text Example
White with #D28546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28546; }
p { color: rgb(210,133,70); }
H1.HeaderClassName
{
color: #D28546;
}
.AnyTagClassName
{
color: #D28546;
}
</style>
background-color css
<style>
a { background-color: #D28546; }
a { background-color: rgb(210,133,70); }
div.DivClassName
{
background-color: #D28546;
}
.BgClassName
{
background-color: #D28546;
}
</style>
border-color css
<style>
span { border-color: #D28546; }
span { border-color: rgb(210,133,70); }
td.TdClassName
{
border-color: #D28546;
}
.TagClassName
{
border-color: #D28546;
}
</style>