Shades of Peru #D08B49
Tints of Peru #D08B49
RGB
CMYK
RGB Variations
Color information
#D08B49 (or 0xD08B49) is known color: Peru. HEX triplet: D0, 8B and 49. RGB value is (208,139,73). Sum of RGB (Red+Green+Blue) = 208+139+73=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D08B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08B49 is #2F74B6. Grayscale: #989898. Windows color (decimal): -3110071 or 4819920. OLE color: 4819920.
HSL color Cylindrical-coordinate representation of color #D08B49: hue angle of 29.33º 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 #D08B49 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 139 | 73 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.18 |
| HSL | 29.33º | 0.59% | 0.55% | - |
| HSV(B) | 29.33º | 0.65% | 0.82% | - |
| XYZ | 36.45 | 32.36 | 10.63 | - |
| YUV | 152.11 | 83.36 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 139 | 73 | 0 | 0.33 | 0.65 | 0.18 | 29.33 | 0.59 | 0.55 |
| Hex | D0 | 8B | 49 | 0 | 21 | 41 | 12 | 1D | 3B | 37 |
| Octal | 320 | 213 | 111 | 0 | 41 | 101 | 22 | 35 | 73 | 67 |
| Binary | 11010000 | 10001011 | 1001001 | 0 | 100001 | 1000001 | 10010 | 11101 | 111011 | 110111 |
Color Harmonies of #D08B49
Complementary color
Monochromatic Colors of #D08B49
Black with #D08B49
Text Example
Text Example
White with #D08B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08B49; }
p { color: rgb(208,139,73); }
H1.HeaderClassName
{
color: #D08B49;
}
.AnyTagClassName
{
color: #D08B49;
}
</style>
background-color css
<style>
a { background-color: #D08B49; }
a { background-color: rgb(208,139,73); }
div.DivClassName
{
background-color: #D08B49;
}
.BgClassName
{
background-color: #D08B49;
}
</style>
border-color css
<style>
span { border-color: #D08B49; }
span { border-color: rgb(208,139,73); }
td.TdClassName
{
border-color: #D08B49;
}
.TagClassName
{
border-color: #D08B49;
}
</style>