Shades of Peru #D0894B
Tints of Peru #D0894B
RGB
CMYK
RGB Variations
Color information
#D0894B (or 0xD0894B) is known color: Peru. HEX triplet: D0, 89 and 4B. RGB value is (208,137,75). Sum of RGB (Red+Green+Blue) = 208+137+75=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0894B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0894B is #2F76B4. Grayscale: #979797. Windows color (decimal): -3110581 or 4950480. OLE color: 4950480.
HSL color Cylindrical-coordinate representation of color #D0894B: hue angle of 27.97º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0894B is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 137 | 75 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.18 |
| HSL | 27.97º | 0.59% | 0.55% | - |
| HSV(B) | 27.97º | 0.64% | 0.82% | - |
| XYZ | 36.23 | 31.81 | 10.89 | - |
| YUV | 151.16 | 85.02 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 75 | 0 | 0.34 | 0.64 | 0.18 | 27.97 | 0.59 | 0.55 |
| Hex | D0 | 89 | 4B | 0 | 22 | 40 | 12 | 1C | 3B | 37 |
| Octal | 320 | 211 | 113 | 0 | 42 | 100 | 22 | 34 | 73 | 67 |
| Binary | 11010000 | 10001001 | 1001011 | 0 | 100010 | 1000000 | 10010 | 11100 | 111011 | 110111 |
Color Harmonies of #D0894B
Complementary color
Monochromatic Colors of #D0894B
Black with #D0894B
Text Example
Text Example
White with #D0894B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0894B; }
p { color: rgb(208,137,75); }
H1.HeaderClassName
{
color: #D0894B;
}
.AnyTagClassName
{
color: #D0894B;
}
</style>
background-color css
<style>
a { background-color: #D0894B; }
a { background-color: rgb(208,137,75); }
div.DivClassName
{
background-color: #D0894B;
}
.BgClassName
{
background-color: #D0894B;
}
</style>
border-color css
<style>
span { border-color: #D0894B; }
span { border-color: rgb(208,137,75); }
td.TdClassName
{
border-color: #D0894B;
}
.TagClassName
{
border-color: #D0894B;
}
</style>