Shades of Peru #D38545
Tints of Peru #D38545
RGB
CMYK
RGB Variations
Color information
#D38545 (or 0xD38545) is known color: Peru. HEX triplet: D3, 85 and 45. RGB value is (211,133,69). Sum of RGB (Red+Green+Blue) = 211+133+69=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D38545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38545 is #2C7ABA. Grayscale: #959595. Windows color (decimal): -2915003 or 4556243. OLE color: 4556243.
HSL color Cylindrical-coordinate representation of color #D38545: hue angle of 27.04º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D38545 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 133 | 69 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.17 |
| HSL | 27.04º | 0.62% | 0.55% | - |
| HSV(B) | 27.04º | 0.67% | 0.83% | - |
| XYZ | 36.33 | 31.05 | 9.71 | - |
| YUV | 149.03 | 82.84 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 133 | 69 | 0 | 0.37 | 0.67 | 0.17 | 27.04 | 0.62 | 0.55 |
| Hex | D3 | 85 | 45 | 0 | 25 | 43 | 11 | 1B | 3E | 37 |
| Octal | 323 | 205 | 105 | 0 | 45 | 103 | 21 | 33 | 76 | 67 |
| Binary | 11010011 | 10000101 | 1000101 | 0 | 100101 | 1000011 | 10001 | 11011 | 111110 | 110111 |
Color Harmonies of #D38545
Complementary color
Monochromatic Colors of #D38545
Black with #D38545
Text Example
Text Example
White with #D38545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38545; }
p { color: rgb(211,133,69); }
H1.HeaderClassName
{
color: #D38545;
}
.AnyTagClassName
{
color: #D38545;
}
</style>
background-color css
<style>
a { background-color: #D38545; }
a { background-color: rgb(211,133,69); }
div.DivClassName
{
background-color: #D38545;
}
.BgClassName
{
background-color: #D38545;
}
</style>
border-color css
<style>
span { border-color: #D38545; }
span { border-color: rgb(211,133,69); }
td.TdClassName
{
border-color: #D38545;
}
.TagClassName
{
border-color: #D38545;
}
</style>