Shades of Peru #D0893B
Tints of Peru #D0893B
RGB
CMYK
RGB Variations
Color information
#D0893B (or 0xD0893B) is known color: Peru. HEX triplet: D0, 89 and 3B. RGB value is (208,137,59). Sum of RGB (Red+Green+Blue) = 208+137+59=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0893B is #2F76C4. Grayscale: #959595. Windows color (decimal): -3110597 or 3901904. OLE color: 3901904.
HSL color Cylindrical-coordinate representation of color #D0893B: hue angle of 31.41º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0893B is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 137 | 59 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.18 |
| HSL | 31.41º | 0.61% | 0.52% | - |
| HSV(B) | 31.41º | 0.72% | 0.82% | - |
| XYZ | 35.75 | 31.62 | 8.36 | - |
| YUV | 149.34 | 77.02 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 59 | 0 | 0.34 | 0.72 | 0.18 | 31.41 | 0.61 | 0.52 |
| Hex | D0 | 89 | 3B | 0 | 22 | 48 | 12 | 1F | 3D | 34 |
| Octal | 320 | 211 | 73 | 0 | 42 | 110 | 22 | 37 | 75 | 64 |
| Binary | 11010000 | 10001001 | 111011 | 0 | 100010 | 1001000 | 10010 | 11111 | 111101 | 110100 |
Color Harmonies of #D0893B
Complementary color
Monochromatic Colors of #D0893B
Black with #D0893B
Text Example
Text Example
White with #D0893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0893B; }
p { color: rgb(208,137,59); }
H1.HeaderClassName
{
color: #D0893B;
}
.AnyTagClassName
{
color: #D0893B;
}
</style>
background-color css
<style>
a { background-color: #D0893B; }
a { background-color: rgb(208,137,59); }
div.DivClassName
{
background-color: #D0893B;
}
.BgClassName
{
background-color: #D0893B;
}
</style>
border-color css
<style>
span { border-color: #D0893B; }
span { border-color: rgb(208,137,59); }
td.TdClassName
{
border-color: #D0893B;
}
.TagClassName
{
border-color: #D0893B;
}
</style>