Shades of Peru #D08545
Tints of Peru #D08545
RGB
CMYK
RGB Variations
Color information
#D08545 (or 0xD08545) is known color: Peru. HEX triplet: D0, 85 and 45. RGB value is (208,133,69). Sum of RGB (Red+Green+Blue) = 208+133+69=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D08545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08545 is #2F7ABA. Grayscale: #949494. Windows color (decimal): -3111611 or 4556240. OLE color: 4556240.
HSL color Cylindrical-coordinate representation of color #D08545: hue angle of 27.63º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D08545 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 69 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.18 |
| HSL | 27.63º | 0.6% | 0.54% | - |
| HSV(B) | 27.63º | 0.67% | 0.82% | - |
| XYZ | 35.47 | 30.61 | 9.67 | - |
| YUV | 148.13 | 83.35 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 69 | 0 | 0.36 | 0.67 | 0.18 | 27.63 | 0.6 | 0.54 |
| Hex | D0 | 85 | 45 | 0 | 24 | 43 | 12 | 1C | 3C | 36 |
| Octal | 320 | 205 | 105 | 0 | 44 | 103 | 22 | 34 | 74 | 66 |
| Binary | 11010000 | 10000101 | 1000101 | 0 | 100100 | 1000011 | 10010 | 11100 | 111100 | 110110 |
Color Harmonies of #D08545
Complementary color
Monochromatic Colors of #D08545
Black with #D08545
Text Example
Text Example
White with #D08545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08545; }
p { color: rgb(208,133,69); }
H1.HeaderClassName
{
color: #D08545;
}
.AnyTagClassName
{
color: #D08545;
}
</style>
background-color css
<style>
a { background-color: #D08545; }
a { background-color: rgb(208,133,69); }
div.DivClassName
{
background-color: #D08545;
}
.BgClassName
{
background-color: #D08545;
}
</style>
border-color css
<style>
span { border-color: #D08545; }
span { border-color: rgb(208,133,69); }
td.TdClassName
{
border-color: #D08545;
}
.TagClassName
{
border-color: #D08545;
}
</style>