Shades of Peru #D58C4B
Tints of Peru #D58C4B
RGB
CMYK
RGB Variations
Color information
#D58C4B (or 0xD58C4B) is known color: Peru. HEX triplet: D5, 8C and 4B. RGB value is (213,140,75). Sum of RGB (Red+Green+Blue) = 213+140+75=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58C4B is #2A73B4. Grayscale: #9A9A9A. Windows color (decimal): -2782133 or 4951253. OLE color: 4951253.
HSL color Cylindrical-coordinate representation of color #D58C4B: hue angle of 28.26º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D58C4B is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 75 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.16 |
| HSL | 28.26º | 0.62% | 0.56% | - |
| HSV(B) | 28.26º | 0.65% | 0.84% | - |
| XYZ | 38.09 | 33.41 | 11.1 | - |
| YUV | 154.42 | 83.18 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 75 | 0 | 0.34 | 0.65 | 0.16 | 28.26 | 0.62 | 0.56 |
| Hex | D5 | 8C | 4B | 0 | 22 | 41 | 10 | 1C | 3E | 38 |
| Octal | 325 | 214 | 113 | 0 | 42 | 101 | 20 | 34 | 76 | 70 |
| Binary | 11010101 | 10001100 | 1001011 | 0 | 100010 | 1000001 | 10000 | 11100 | 111110 | 111000 |
Color Harmonies of #D58C4B
Complementary color
Monochromatic Colors of #D58C4B
Black with #D58C4B
Text Example
Text Example
White with #D58C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58C4B; }
p { color: rgb(213,140,75); }
H1.HeaderClassName
{
color: #D58C4B;
}
.AnyTagClassName
{
color: #D58C4B;
}
</style>
background-color css
<style>
a { background-color: #D58C4B; }
a { background-color: rgb(213,140,75); }
div.DivClassName
{
background-color: #D58C4B;
}
.BgClassName
{
background-color: #D58C4B;
}
</style>
border-color css
<style>
span { border-color: #D58C4B; }
span { border-color: rgb(213,140,75); }
td.TdClassName
{
border-color: #D58C4B;
}
.TagClassName
{
border-color: #D58C4B;
}
</style>