Shades of Peru #D58946
Tints of Peru #D58946
RGB
CMYK
RGB Variations
Color information
#D58946 (or 0xD58946) is known color: Peru. HEX triplet: D5, 89 and 46. RGB value is (213,137,70). Sum of RGB (Red+Green+Blue) = 213+137+70=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D58946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58946 is #2A76B9. Grayscale: #989898. Windows color (decimal): -2782906 or 4622805. OLE color: 4622805.
HSL color Cylindrical-coordinate representation of color #D58946: hue angle of 28.11º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D58946 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 137 | 70 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.16 |
| HSL | 28.11º | 0.63% | 0.55% | - |
| HSV(B) | 28.11º | 0.67% | 0.84% | - |
| XYZ | 37.49 | 32.48 | 10.09 | - |
| YUV | 152.09 | 81.68 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 137 | 70 | 0 | 0.36 | 0.67 | 0.16 | 28.11 | 0.63 | 0.55 |
| Hex | D5 | 89 | 46 | 0 | 24 | 43 | 10 | 1C | 3F | 37 |
| Octal | 325 | 211 | 106 | 0 | 44 | 103 | 20 | 34 | 77 | 67 |
| Binary | 11010101 | 10001001 | 1000110 | 0 | 100100 | 1000011 | 10000 | 11100 | 111111 | 110111 |
Color Harmonies of #D58946
Complementary color
Monochromatic Colors of #D58946
Black with #D58946
Text Example
Text Example
White with #D58946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58946; }
p { color: rgb(213,137,70); }
H1.HeaderClassName
{
color: #D58946;
}
.AnyTagClassName
{
color: #D58946;
}
</style>
background-color css
<style>
a { background-color: #D58946; }
a { background-color: rgb(213,137,70); }
div.DivClassName
{
background-color: #D58946;
}
.BgClassName
{
background-color: #D58946;
}
</style>
border-color css
<style>
span { border-color: #D58946; }
span { border-color: rgb(213,137,70); }
td.TdClassName
{
border-color: #D58946;
}
.TagClassName
{
border-color: #D58946;
}
</style>