Shades of Peru #D08749
Tints of Peru #D08749
RGB
CMYK
RGB Variations
Color information
#D08749 (or 0xD08749) is known color: Peru. HEX triplet: D0, 87 and 49. RGB value is (208,135,73). Sum of RGB (Red+Green+Blue) = 208+135+73=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D08749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08749 is #2F78B6. Grayscale: #969696. Windows color (decimal): -3111095 or 4818896. OLE color: 4818896.
HSL color Cylindrical-coordinate representation of color #D08749: hue angle of 27.56º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D08749 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 135 | 73 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.18 |
| HSL | 27.56º | 0.59% | 0.55% | - |
| HSV(B) | 27.56º | 0.65% | 0.82% | - |
| XYZ | 35.88 | 31.22 | 10.44 | - |
| YUV | 149.76 | 84.68 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 73 | 0 | 0.35 | 0.65 | 0.18 | 27.56 | 0.59 | 0.55 |
| Hex | D0 | 87 | 49 | 0 | 23 | 41 | 12 | 1C | 3B | 37 |
| Octal | 320 | 207 | 111 | 0 | 43 | 101 | 22 | 34 | 73 | 67 |
| Binary | 11010000 | 10000111 | 1001001 | 0 | 100011 | 1000001 | 10010 | 11100 | 111011 | 110111 |
Color Harmonies of #D08749
Complementary color
Monochromatic Colors of #D08749
Black with #D08749
Text Example
Text Example
White with #D08749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08749; }
p { color: rgb(208,135,73); }
H1.HeaderClassName
{
color: #D08749;
}
.AnyTagClassName
{
color: #D08749;
}
</style>
background-color css
<style>
a { background-color: #D08749; }
a { background-color: rgb(208,135,73); }
div.DivClassName
{
background-color: #D08749;
}
.BgClassName
{
background-color: #D08749;
}
</style>
border-color css
<style>
span { border-color: #D08749; }
span { border-color: rgb(208,135,73); }
td.TdClassName
{
border-color: #D08749;
}
.TagClassName
{
border-color: #D08749;
}
</style>