Shades of Peru #D58741
Tints of Peru #D58741
RGB
CMYK
RGB Variations
Color information
#D58741 (or 0xD58741) is known color: Peru. HEX triplet: D5, 87 and 41. RGB value is (213,135,65). Sum of RGB (Red+Green+Blue) = 213+135+65=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D58741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58741 is #2A78BE. Grayscale: #969696. Windows color (decimal): -2783423 or 4294613. OLE color: 4294613.
HSL color Cylindrical-coordinate representation of color #D58741: hue angle of 28.38º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D58741 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 65 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.16 |
| HSL | 28.38º | 0.64% | 0.55% | - |
| HSV(B) | 28.38º | 0.69% | 0.84% | - |
| XYZ | 37.06 | 31.86 | 9.2 | - |
| YUV | 150.34 | 79.84 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 65 | 0 | 0.37 | 0.69 | 0.16 | 28.38 | 0.64 | 0.55 |
| Hex | D5 | 87 | 41 | 0 | 25 | 45 | 10 | 1C | 40 | 37 |
| Octal | 325 | 207 | 101 | 0 | 45 | 105 | 20 | 34 | 100 | 67 |
| Binary | 11010101 | 10000111 | 1000001 | 0 | 100101 | 1000101 | 10000 | 11100 | 1000000 | 110111 |
Color Harmonies of #D58741
Complementary color
Monochromatic Colors of #D58741
Black with #D58741
Text Example
Text Example
White with #D58741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58741; }
p { color: rgb(213,135,65); }
H1.HeaderClassName
{
color: #D58741;
}
.AnyTagClassName
{
color: #D58741;
}
</style>
background-color css
<style>
a { background-color: #D58741; }
a { background-color: rgb(213,135,65); }
div.DivClassName
{
background-color: #D58741;
}
.BgClassName
{
background-color: #D58741;
}
</style>
border-color css
<style>
span { border-color: #D58741; }
span { border-color: rgb(213,135,65); }
td.TdClassName
{
border-color: #D58741;
}
.TagClassName
{
border-color: #D58741;
}
</style>