Shades of Peru #D58C3F
Tints of Peru #D58C3F
RGB
CMYK
RGB Variations
Color information
#D58C3F (or 0xD58C3F) is known color: Peru. HEX triplet: D5, 8C and 3F. RGB value is (213,140,63). Sum of RGB (Red+Green+Blue) = 213+140+63=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58C3F is #2A73C0. Grayscale: #999999. Windows color (decimal): -2782145 or 4164821. OLE color: 4164821.
HSL color Cylindrical-coordinate representation of color #D58C3F: hue angle of 30.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D58C3F is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 63 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.16 |
| HSL | 30.8º | 0.64% | 0.54% | - |
| HSV(B) | 30.8º | 0.7% | 0.84% | - |
| XYZ | 37.72 | 33.26 | 9.13 | - |
| YUV | 153.05 | 77.18 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 63 | 0 | 0.34 | 0.70 | 0.16 | 30.8 | 0.64 | 0.54 |
| Hex | D5 | 8C | 3F | 0 | 22 | 46 | 10 | 1F | 40 | 36 |
| Octal | 325 | 214 | 77 | 0 | 42 | 106 | 20 | 37 | 100 | 66 |
| Binary | 11010101 | 10001100 | 111111 | 0 | 100010 | 1000110 | 10000 | 11111 | 1000000 | 110110 |
Color Harmonies of #D58C3F
Complementary color
Monochromatic Colors of #D58C3F
Black with #D58C3F
Text Example
Text Example
White with #D58C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58C3F; }
p { color: rgb(213,140,63); }
H1.HeaderClassName
{
color: #D58C3F;
}
.AnyTagClassName
{
color: #D58C3F;
}
</style>
background-color css
<style>
a { background-color: #D58C3F; }
a { background-color: rgb(213,140,63); }
div.DivClassName
{
background-color: #D58C3F;
}
.BgClassName
{
background-color: #D58C3F;
}
</style>
border-color css
<style>
span { border-color: #D58C3F; }
span { border-color: rgb(213,140,63); }
td.TdClassName
{
border-color: #D58C3F;
}
.TagClassName
{
border-color: #D58C3F;
}
</style>