Shades of Peru #D58B46
Tints of Peru #D58B46
RGB
CMYK
RGB Variations
Color information
#D58B46 (or 0xD58B46) is known color: Peru. HEX triplet: D5, 8B and 46. RGB value is (213,139,70). Sum of RGB (Red+Green+Blue) = 213+139+70=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 70 (27.73% from 255 or 16.59% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58B46 is #2A74B9. Grayscale: #999999. Windows color (decimal): -2782394 or 4623317. OLE color: 4623317.
HSL color Cylindrical-coordinate representation of color #D58B46: hue angle of 28.95º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D58B46 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 70 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.16 |
| HSL | 28.95º | 0.63% | 0.55% | - |
| HSV(B) | 28.95º | 0.67% | 0.84% | - |
| XYZ | 37.78 | 33.05 | 10.18 | - |
| YUV | 153.26 | 81.02 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 70 | 0 | 0.35 | 0.67 | 0.16 | 28.95 | 0.63 | 0.55 |
| Hex | D5 | 8B | 46 | 0 | 23 | 43 | 10 | 1D | 3F | 37 |
| Octal | 325 | 213 | 106 | 0 | 43 | 103 | 20 | 35 | 77 | 67 |
| Binary | 11010101 | 10001011 | 1000110 | 0 | 100011 | 1000011 | 10000 | 11101 | 111111 | 110111 |
Color Harmonies of #D58B46
Complementary color
Monochromatic Colors of #D58B46
Black with #D58B46
Text Example
Text Example
White with #D58B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B46; }
p { color: rgb(213,139,70); }
H1.HeaderClassName
{
color: #D58B46;
}
.AnyTagClassName
{
color: #D58B46;
}
</style>
background-color css
<style>
a { background-color: #D58B46; }
a { background-color: rgb(213,139,70); }
div.DivClassName
{
background-color: #D58B46;
}
.BgClassName
{
background-color: #D58B46;
}
</style>
border-color css
<style>
span { border-color: #D58B46; }
span { border-color: rgb(213,139,70); }
td.TdClassName
{
border-color: #D58B46;
}
.TagClassName
{
border-color: #D58B46;
}
</style>