Shades of Peru #D48541
Tints of Peru #D48541
RGB
CMYK
RGB Variations
Color information
#D48541 (or 0xD48541) is known color: Peru. HEX triplet: D4, 85 and 41. RGB value is (212,133,65). Sum of RGB (Red+Green+Blue) = 212+133+65=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D48541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48541 is #2B7ABE. Grayscale: #959595. Windows color (decimal): -2849471 or 4294100. OLE color: 4294100.
HSL color Cylindrical-coordinate representation of color #D48541: hue angle of 27.76º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D48541 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 133 | 65 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.17 |
| HSL | 27.76º | 0.63% | 0.54% | - |
| HSV(B) | 27.76º | 0.69% | 0.83% | - |
| XYZ | 36.49 | 31.15 | 9.09 | - |
| YUV | 148.87 | 80.67 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 133 | 65 | 0 | 0.37 | 0.69 | 0.17 | 27.76 | 0.63 | 0.54 |
| Hex | D4 | 85 | 41 | 0 | 25 | 45 | 11 | 1C | 3F | 36 |
| Octal | 324 | 205 | 101 | 0 | 45 | 105 | 21 | 34 | 77 | 66 |
| Binary | 11010100 | 10000101 | 1000001 | 0 | 100101 | 1000101 | 10001 | 11100 | 111111 | 110110 |
Color Harmonies of #D48541
Complementary color
Monochromatic Colors of #D48541
Black with #D48541
Text Example
Text Example
White with #D48541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48541; }
p { color: rgb(212,133,65); }
H1.HeaderClassName
{
color: #D48541;
}
.AnyTagClassName
{
color: #D48541;
}
</style>
background-color css
<style>
a { background-color: #D48541; }
a { background-color: rgb(212,133,65); }
div.DivClassName
{
background-color: #D48541;
}
.BgClassName
{
background-color: #D48541;
}
</style>
border-color css
<style>
span { border-color: #D48541; }
span { border-color: rgb(212,133,65); }
td.TdClassName
{
border-color: #D48541;
}
.TagClassName
{
border-color: #D48541;
}
</style>