Shades of Peru #D4893B
Tints of Peru #D4893B
RGB
CMYK
RGB Variations
Color information
#D4893B (or 0xD4893B) is known color: Peru. HEX triplet: D4, 89 and 3B. RGB value is (212,137,59). Sum of RGB (Red+Green+Blue) = 212+137+59=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 59 (23.44% from 255 or 14.46% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D4893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4893B is #2B76C4. Grayscale: #969696. Windows color (decimal): -2848453 or 3901908. OLE color: 3901908.
HSL color Cylindrical-coordinate representation of color #D4893B: hue angle of 30.59º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4893B is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 137 | 59 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.17 |
| HSL | 30.59º | 0.64% | 0.53% | - |
| HSV(B) | 30.59º | 0.72% | 0.83% | - |
| XYZ | 36.89 | 32.2 | 8.41 | - |
| YUV | 150.53 | 76.35 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 137 | 59 | 0 | 0.35 | 0.72 | 0.17 | 30.59 | 0.64 | 0.53 |
| Hex | D4 | 89 | 3B | 0 | 23 | 48 | 11 | 1F | 40 | 35 |
| Octal | 324 | 211 | 73 | 0 | 43 | 110 | 21 | 37 | 100 | 65 |
| Binary | 11010100 | 10001001 | 111011 | 0 | 100011 | 1001000 | 10001 | 11111 | 1000000 | 110101 |
Color Harmonies of #D4893B
Complementary color
Monochromatic Colors of #D4893B
Black with #D4893B
Text Example
Text Example
White with #D4893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4893B; }
p { color: rgb(212,137,59); }
H1.HeaderClassName
{
color: #D4893B;
}
.AnyTagClassName
{
color: #D4893B;
}
</style>
background-color css
<style>
a { background-color: #D4893B; }
a { background-color: rgb(212,137,59); }
div.DivClassName
{
background-color: #D4893B;
}
.BgClassName
{
background-color: #D4893B;
}
</style>
border-color css
<style>
span { border-color: #D4893B; }
span { border-color: rgb(212,137,59); }
td.TdClassName
{
border-color: #D4893B;
}
.TagClassName
{
border-color: #D4893B;
}
</style>