Shades of Peru #D58441
Tints of Peru #D58441
RGB
CMYK
RGB Variations
Color information
#D58441 (or 0xD58441) is known color: Peru. HEX triplet: D5, 84 and 41. RGB value is (213,132,65). Sum of RGB (Red+Green+Blue) = 213+132+65=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D58441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58441 is #2A7BBE. Grayscale: #949494. Windows color (decimal): -2784191 or 4293845. OLE color: 4293845.
HSL color Cylindrical-coordinate representation of color #D58441: hue angle of 27.16º 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 #D58441 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 65 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.16 |
| HSL | 27.16º | 0.64% | 0.55% | - |
| HSV(B) | 27.16º | 0.69% | 0.84% | - |
| XYZ | 36.65 | 31.03 | 9.06 | - |
| YUV | 148.58 | 80.84 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 65 | 0 | 0.38 | 0.69 | 0.16 | 27.16 | 0.64 | 0.55 |
| Hex | D5 | 84 | 41 | 0 | 26 | 45 | 10 | 1B | 40 | 37 |
| Octal | 325 | 204 | 101 | 0 | 46 | 105 | 20 | 33 | 100 | 67 |
| Binary | 11010101 | 10000100 | 1000001 | 0 | 100110 | 1000101 | 10000 | 11011 | 1000000 | 110111 |
Color Harmonies of #D58441
Complementary color
Monochromatic Colors of #D58441
Black with #D58441
Text Example
Text Example
White with #D58441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58441; }
p { color: rgb(213,132,65); }
H1.HeaderClassName
{
color: #D58441;
}
.AnyTagClassName
{
color: #D58441;
}
</style>
background-color css
<style>
a { background-color: #D58441; }
a { background-color: rgb(213,132,65); }
div.DivClassName
{
background-color: #D58441;
}
.BgClassName
{
background-color: #D58441;
}
</style>
border-color css
<style>
span { border-color: #D58441; }
span { border-color: rgb(213,132,65); }
td.TdClassName
{
border-color: #D58441;
}
.TagClassName
{
border-color: #D58441;
}
</style>