Shades of Peru #D58438
Tints of Peru #D58438
RGB
CMYK
RGB Variations
Color information
#D58438 (or 0xD58438) is known color: Peru. HEX triplet: D5, 84 and 38. RGB value is (213,132,56). Sum of RGB (Red+Green+Blue) = 213+132+56=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 56 (22.27% from 255 or 13.97% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D58438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58438 is #2A7BC7. Grayscale: #939393. Windows color (decimal): -2784200 or 3704021. OLE color: 3704021.
HSL color Cylindrical-coordinate representation of color #D58438: hue angle of 29.04º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D58438 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 56 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.16 |
| HSL | 29.04º | 0.65% | 0.53% | - |
| HSV(B) | 29.04º | 0.74% | 0.84% | - |
| XYZ | 36.41 | 30.93 | 7.79 | - |
| YUV | 147.56 | 76.34 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 56 | 0 | 0.38 | 0.74 | 0.16 | 29.04 | 0.65 | 0.53 |
| Hex | D5 | 84 | 38 | 0 | 26 | 4A | 10 | 1D | 41 | 35 |
| Octal | 325 | 204 | 70 | 0 | 46 | 112 | 20 | 35 | 101 | 65 |
| Binary | 11010101 | 10000100 | 111000 | 0 | 100110 | 1001010 | 10000 | 11101 | 1000001 | 110101 |
Color Harmonies of #D58438
Complementary color
Monochromatic Colors of #D58438
Black with #D58438
Text Example
Text Example
White with #D58438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58438; }
p { color: rgb(213,132,56); }
H1.HeaderClassName
{
color: #D58438;
}
.AnyTagClassName
{
color: #D58438;
}
</style>
background-color css
<style>
a { background-color: #D58438; }
a { background-color: rgb(213,132,56); }
div.DivClassName
{
background-color: #D58438;
}
.BgClassName
{
background-color: #D58438;
}
</style>
border-color css
<style>
span { border-color: #D58438; }
span { border-color: rgb(213,132,56); }
td.TdClassName
{
border-color: #D58438;
}
.TagClassName
{
border-color: #D58438;
}
</style>