Shades of Peru #D28241
Tints of Peru #D28241
RGB
CMYK
RGB Variations
Color information
#D28241 (or 0xD28241) is known color: Peru. HEX triplet: D2, 82 and 41. RGB value is (210,130,65). Sum of RGB (Red+Green+Blue) = 210+130+65=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D28241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28241 is #2D7DBE. Grayscale: #929292. Windows color (decimal): -2981311 or 4293330. OLE color: 4293330.
HSL color Cylindrical-coordinate representation of color #D28241: hue angle of 26.9º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D28241 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 65 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.18 |
| HSL | 26.9º | 0.62% | 0.54% | - |
| HSV(B) | 26.9º | 0.69% | 0.82% | - |
| XYZ | 35.52 | 30.05 | 8.93 | - |
| YUV | 146.51 | 82 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 65 | 0 | 0.38 | 0.69 | 0.18 | 26.9 | 0.62 | 0.54 |
| Hex | D2 | 82 | 41 | 0 | 26 | 45 | 12 | 1B | 3E | 36 |
| Octal | 322 | 202 | 101 | 0 | 46 | 105 | 22 | 33 | 76 | 66 |
| Binary | 11010010 | 10000010 | 1000001 | 0 | 100110 | 1000101 | 10010 | 11011 | 111110 | 110110 |
Color Harmonies of #D28241
Complementary color
Monochromatic Colors of #D28241
Black with #D28241
Text Example
Text Example
White with #D28241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28241; }
p { color: rgb(210,130,65); }
H1.HeaderClassName
{
color: #D28241;
}
.AnyTagClassName
{
color: #D28241;
}
</style>
background-color css
<style>
a { background-color: #D28241; }
a { background-color: rgb(210,130,65); }
div.DivClassName
{
background-color: #D28241;
}
.BgClassName
{
background-color: #D28241;
}
</style>
border-color css
<style>
span { border-color: #D28241; }
span { border-color: rgb(210,130,65); }
td.TdClassName
{
border-color: #D28241;
}
.TagClassName
{
border-color: #D28241;
}
</style>