Shades of Peru #D38945
Tints of Peru #D38945
RGB
CMYK
RGB Variations
Color information
#D38945 (or 0xD38945) is known color: Peru. HEX triplet: D3, 89 and 45. RGB value is (211,137,69). Sum of RGB (Red+Green+Blue) = 211+137+69=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D38945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38945 is #2C76BA. Grayscale: #979797. Windows color (decimal): -2913979 or 4557267. OLE color: 4557267.
HSL color Cylindrical-coordinate representation of color #D38945: hue angle of 28.73º 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 #D38945 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 137 | 69 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.17 |
| HSL | 28.73º | 0.62% | 0.55% | - |
| HSV(B) | 28.73º | 0.67% | 0.83% | - |
| XYZ | 36.88 | 32.17 | 9.9 | - |
| YUV | 151.37 | 81.52 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 137 | 69 | 0 | 0.35 | 0.67 | 0.17 | 28.73 | 0.62 | 0.55 |
| Hex | D3 | 89 | 45 | 0 | 23 | 43 | 11 | 1D | 3E | 37 |
| Octal | 323 | 211 | 105 | 0 | 43 | 103 | 21 | 35 | 76 | 67 |
| Binary | 11010011 | 10001001 | 1000101 | 0 | 100011 | 1000011 | 10001 | 11101 | 111110 | 110111 |
Color Harmonies of #D38945
Complementary color
Monochromatic Colors of #D38945
Black with #D38945
Text Example
Text Example
White with #D38945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38945; }
p { color: rgb(211,137,69); }
H1.HeaderClassName
{
color: #D38945;
}
.AnyTagClassName
{
color: #D38945;
}
</style>
background-color css
<style>
a { background-color: #D38945; }
a { background-color: rgb(211,137,69); }
div.DivClassName
{
background-color: #D38945;
}
.BgClassName
{
background-color: #D38945;
}
</style>
border-color css
<style>
span { border-color: #D38945; }
span { border-color: rgb(211,137,69); }
td.TdClassName
{
border-color: #D38945;
}
.TagClassName
{
border-color: #D38945;
}
</style>