Shades of Peru #D38745
Tints of Peru #D38745
RGB
CMYK
RGB Variations
Color information
#D38745 (or 0xD38745) is known color: Peru. HEX triplet: D3, 87 and 45. RGB value is (211,135,69). Sum of RGB (Red+Green+Blue) = 211+135+69=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D38745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38745 is #2C78BA. Grayscale: #969696. Windows color (decimal): -2914491 or 4556755. OLE color: 4556755.
HSL color Cylindrical-coordinate representation of color #D38745: hue angle of 27.89º 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 #D38745 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 135 | 69 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.17 |
| HSL | 27.89º | 0.62% | 0.55% | - |
| HSV(B) | 27.89º | 0.67% | 0.83% | - |
| XYZ | 36.6 | 31.61 | 9.8 | - |
| YUV | 150.2 | 82.18 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 135 | 69 | 0 | 0.36 | 0.67 | 0.17 | 27.89 | 0.62 | 0.55 |
| Hex | D3 | 87 | 45 | 0 | 24 | 43 | 11 | 1C | 3E | 37 |
| Octal | 323 | 207 | 105 | 0 | 44 | 103 | 21 | 34 | 76 | 67 |
| Binary | 11010011 | 10000111 | 1000101 | 0 | 100100 | 1000011 | 10001 | 11100 | 111110 | 110111 |
Color Harmonies of #D38745
Complementary color
Monochromatic Colors of #D38745
Black with #D38745
Text Example
Text Example
White with #D38745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38745; }
p { color: rgb(211,135,69); }
H1.HeaderClassName
{
color: #D38745;
}
.AnyTagClassName
{
color: #D38745;
}
</style>
background-color css
<style>
a { background-color: #D38745; }
a { background-color: rgb(211,135,69); }
div.DivClassName
{
background-color: #D38745;
}
.BgClassName
{
background-color: #D38745;
}
</style>
border-color css
<style>
span { border-color: #D38745; }
span { border-color: rgb(211,135,69); }
td.TdClassName
{
border-color: #D38745;
}
.TagClassName
{
border-color: #D38745;
}
</style>