Shades of Peru #D08848
Tints of Peru #D08848
RGB
CMYK
RGB Variations
Color information
#D08848 (or 0xD08848) is known color: Peru. HEX triplet: D0, 88 and 48. RGB value is (208,136,72). Sum of RGB (Red+Green+Blue) = 208+136+72=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D08848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08848 is #2F77B7. Grayscale: #969696. Windows color (decimal): -3110840 or 4753616. OLE color: 4753616.
HSL color Cylindrical-coordinate representation of color #D08848: hue angle of 28.24º 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 #D08848 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 136 | 72 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.18 |
| HSL | 28.24º | 0.59% | 0.55% | - |
| HSV(B) | 28.24º | 0.65% | 0.82% | - |
| XYZ | 35.99 | 31.49 | 10.31 | - |
| YUV | 150.23 | 83.85 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 72 | 0 | 0.35 | 0.65 | 0.18 | 28.24 | 0.59 | 0.55 |
| Hex | D0 | 88 | 48 | 0 | 23 | 41 | 12 | 1C | 3B | 37 |
| Octal | 320 | 210 | 110 | 0 | 43 | 101 | 22 | 34 | 73 | 67 |
| Binary | 11010000 | 10001000 | 1001000 | 0 | 100011 | 1000001 | 10010 | 11100 | 111011 | 110111 |
Color Harmonies of #D08848
Complementary color
Monochromatic Colors of #D08848
Black with #D08848
Text Example
Text Example
White with #D08848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08848; }
p { color: rgb(208,136,72); }
H1.HeaderClassName
{
color: #D08848;
}
.AnyTagClassName
{
color: #D08848;
}
</style>
background-color css
<style>
a { background-color: #D08848; }
a { background-color: rgb(208,136,72); }
div.DivClassName
{
background-color: #D08848;
}
.BgClassName
{
background-color: #D08848;
}
</style>
border-color css
<style>
span { border-color: #D08848; }
span { border-color: rgb(208,136,72); }
td.TdClassName
{
border-color: #D08848;
}
.TagClassName
{
border-color: #D08848;
}
</style>