Shades of Peru #D58B48
Tints of Peru #D58B48
RGB
CMYK
RGB Variations
Color information
#D58B48 (or 0xD58B48) is known color: Peru. HEX triplet: D5, 8B and 48. RGB value is (213,139,72). Sum of RGB (Red+Green+Blue) = 213+139+72=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58B48 is #2A74B7. Grayscale: #999999. Windows color (decimal): -2782392 or 4754389. OLE color: 4754389.
HSL color Cylindrical-coordinate representation of color #D58B48: hue angle of 28.51º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D58B48 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 72 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.16 |
| HSL | 28.51º | 0.63% | 0.56% | - |
| HSV(B) | 28.51º | 0.66% | 0.84% | - |
| XYZ | 37.84 | 33.08 | 10.52 | - |
| YUV | 153.49 | 82.02 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 72 | 0 | 0.35 | 0.66 | 0.16 | 28.51 | 0.63 | 0.56 |
| Hex | D5 | 8B | 48 | 0 | 23 | 42 | 10 | 1D | 3F | 38 |
| Octal | 325 | 213 | 110 | 0 | 43 | 102 | 20 | 35 | 77 | 70 |
| Binary | 11010101 | 10001011 | 1001000 | 0 | 100011 | 1000010 | 10000 | 11101 | 111111 | 111000 |
Color Harmonies of #D58B48
Complementary color
Monochromatic Colors of #D58B48
Black with #D58B48
Text Example
Text Example
White with #D58B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B48; }
p { color: rgb(213,139,72); }
H1.HeaderClassName
{
color: #D58B48;
}
.AnyTagClassName
{
color: #D58B48;
}
</style>
background-color css
<style>
a { background-color: #D58B48; }
a { background-color: rgb(213,139,72); }
div.DivClassName
{
background-color: #D58B48;
}
.BgClassName
{
background-color: #D58B48;
}
</style>
border-color css
<style>
span { border-color: #D58B48; }
span { border-color: rgb(213,139,72); }
td.TdClassName
{
border-color: #D58B48;
}
.TagClassName
{
border-color: #D58B48;
}
</style>