Shades of Peru #D08441
Tints of Peru #D08441
RGB
CMYK
RGB Variations
Color information
#D08441 (or 0xD08441) is known color: Peru. HEX triplet: D0, 84 and 41. RGB value is (208,132,65). Sum of RGB (Red+Green+Blue) = 208+132+65=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D08441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08441 is #2F7BBE. Grayscale: #939393. Windows color (decimal): -3111871 or 4293840. OLE color: 4293840.
HSL color Cylindrical-coordinate representation of color #D08441: hue angle of 28.11º degrees, saturation: 0.6, 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 #D08441 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 65 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.18 |
| HSL | 28.11º | 0.6% | 0.54% | - |
| HSV(B) | 28.11º | 0.69% | 0.82% | - |
| XYZ | 35.22 | 30.29 | 8.99 | - |
| YUV | 147.09 | 81.68 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 65 | 0 | 0.37 | 0.69 | 0.18 | 28.11 | 0.6 | 0.54 |
| Hex | D0 | 84 | 41 | 0 | 25 | 45 | 12 | 1C | 3C | 36 |
| Octal | 320 | 204 | 101 | 0 | 45 | 105 | 22 | 34 | 74 | 66 |
| Binary | 11010000 | 10000100 | 1000001 | 0 | 100101 | 1000101 | 10010 | 11100 | 111100 | 110110 |
Color Harmonies of #D08441
Complementary color
Monochromatic Colors of #D08441
Black with #D08441
Text Example
Text Example
White with #D08441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08441; }
p { color: rgb(208,132,65); }
H1.HeaderClassName
{
color: #D08441;
}
.AnyTagClassName
{
color: #D08441;
}
</style>
background-color css
<style>
a { background-color: #D08441; }
a { background-color: rgb(208,132,65); }
div.DivClassName
{
background-color: #D08441;
}
.BgClassName
{
background-color: #D08441;
}
</style>
border-color css
<style>
span { border-color: #D08441; }
span { border-color: rgb(208,132,65); }
td.TdClassName
{
border-color: #D08441;
}
.TagClassName
{
border-color: #D08441;
}
</style>