Shades of Peru #D58538
Tints of Peru #D58538
RGB
CMYK
RGB Variations
Color information
#D58538 (or 0xD58538) is known color: Peru. HEX triplet: D5, 85 and 38. RGB value is (213,133,56). Sum of RGB (Red+Green+Blue) = 213+133+56=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 56 (22.27% from 255 or 13.93% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D58538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58538 is #2A7AC7. Grayscale: #949494. Windows color (decimal): -2783944 or 3704277. OLE color: 3704277.
HSL color Cylindrical-coordinate representation of color #D58538: hue angle of 29.43º 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 #D58538 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 56 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.16 |
| HSL | 29.43º | 0.65% | 0.53% | - |
| HSV(B) | 29.43º | 0.74% | 0.84% | - |
| XYZ | 36.54 | 31.21 | 7.84 | - |
| YUV | 148.14 | 76 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 56 | 0 | 0.38 | 0.74 | 0.16 | 29.43 | 0.65 | 0.53 |
| Hex | D5 | 85 | 38 | 0 | 26 | 4A | 10 | 1D | 41 | 35 |
| Octal | 325 | 205 | 70 | 0 | 46 | 112 | 20 | 35 | 101 | 65 |
| Binary | 11010101 | 10000101 | 111000 | 0 | 100110 | 1001010 | 10000 | 11101 | 1000001 | 110101 |
Color Harmonies of #D58538
Complementary color
Monochromatic Colors of #D58538
Black with #D58538
Text Example
Text Example
White with #D58538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58538; }
p { color: rgb(213,133,56); }
H1.HeaderClassName
{
color: #D58538;
}
.AnyTagClassName
{
color: #D58538;
}
</style>
background-color css
<style>
a { background-color: #D58538; }
a { background-color: rgb(213,133,56); }
div.DivClassName
{
background-color: #D58538;
}
.BgClassName
{
background-color: #D58538;
}
</style>
border-color css
<style>
span { border-color: #D58538; }
span { border-color: rgb(213,133,56); }
td.TdClassName
{
border-color: #D58538;
}
.TagClassName
{
border-color: #D58538;
}
</style>