Shades of Peru #D08540
Tints of Peru #D08540
RGB
CMYK
RGB Variations
Color information
#D08540 (or 0xD08540) is known color: Peru. HEX triplet: D0, 85 and 40. RGB value is (208,133,64). Sum of RGB (Red+Green+Blue) = 208+133+64=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D08540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08540 is #2F7ABF. Grayscale: #939393. Windows color (decimal): -3111616 or 4228560. OLE color: 4228560.
HSL color Cylindrical-coordinate representation of color #D08540: hue angle of 28.75º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D08540 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 64 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.18 |
| HSL | 28.75º | 0.61% | 0.53% | - |
| HSV(B) | 28.75º | 0.69% | 0.82% | - |
| XYZ | 35.33 | 30.56 | 8.89 | - |
| YUV | 147.56 | 80.85 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 64 | 0 | 0.36 | 0.69 | 0.18 | 28.75 | 0.61 | 0.53 |
| Hex | D0 | 85 | 40 | 0 | 24 | 45 | 12 | 1D | 3D | 35 |
| Octal | 320 | 205 | 100 | 0 | 44 | 105 | 22 | 35 | 75 | 65 |
| Binary | 11010000 | 10000101 | 1000000 | 0 | 100100 | 1000101 | 10010 | 11101 | 111101 | 110101 |
Color Harmonies of #D08540
Complementary color
Monochromatic Colors of #D08540
Black with #D08540
Text Example
Text Example
White with #D08540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08540; }
p { color: rgb(208,133,64); }
H1.HeaderClassName
{
color: #D08540;
}
.AnyTagClassName
{
color: #D08540;
}
</style>
background-color css
<style>
a { background-color: #D08540; }
a { background-color: rgb(208,133,64); }
div.DivClassName
{
background-color: #D08540;
}
.BgClassName
{
background-color: #D08540;
}
</style>
border-color css
<style>
span { border-color: #D08540; }
span { border-color: rgb(208,133,64); }
td.TdClassName
{
border-color: #D08540;
}
.TagClassName
{
border-color: #D08540;
}
</style>