Shades of Peru #D58A45
Tints of Peru #D58A45
RGB
CMYK
RGB Variations
Color information
#D58A45 (or 0xD58A45) is known color: Peru. HEX triplet: D5, 8A and 45. RGB value is (213,138,69). Sum of RGB (Red+Green+Blue) = 213+138+69=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58A45 is #2A75BA. Grayscale: #989898. Windows color (decimal): -2782651 or 4557525. OLE color: 4557525.
HSL color Cylindrical-coordinate representation of color #D58A45: hue angle of 28.75º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D58A45 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 69 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.16 |
| HSL | 28.75º | 0.63% | 0.55% | - |
| HSV(B) | 28.75º | 0.68% | 0.84% | - |
| XYZ | 37.6 | 32.75 | 9.97 | - |
| YUV | 152.56 | 80.85 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 69 | 0 | 0.35 | 0.68 | 0.16 | 28.75 | 0.63 | 0.55 |
| Hex | D5 | 8A | 45 | 0 | 23 | 44 | 10 | 1D | 3F | 37 |
| Octal | 325 | 212 | 105 | 0 | 43 | 104 | 20 | 35 | 77 | 67 |
| Binary | 11010101 | 10001010 | 1000101 | 0 | 100011 | 1000100 | 10000 | 11101 | 111111 | 110111 |
Color Harmonies of #D58A45
Complementary color
Monochromatic Colors of #D58A45
Black with #D58A45
Text Example
Text Example
White with #D58A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58A45; }
p { color: rgb(213,138,69); }
H1.HeaderClassName
{
color: #D58A45;
}
.AnyTagClassName
{
color: #D58A45;
}
</style>
background-color css
<style>
a { background-color: #D58A45; }
a { background-color: rgb(213,138,69); }
div.DivClassName
{
background-color: #D58A45;
}
.BgClassName
{
background-color: #D58A45;
}
</style>
border-color css
<style>
span { border-color: #D58A45; }
span { border-color: rgb(213,138,69); }
td.TdClassName
{
border-color: #D58A45;
}
.TagClassName
{
border-color: #D58A45;
}
</style>