Shades of Peru #D3843D
Tints of Peru #D3843D
RGB
CMYK
RGB Variations
Color information
#D3843D (or 0xD3843D) is known color: Peru. HEX triplet: D3, 84 and 3D. RGB value is (211,132,61). Sum of RGB (Red+Green+Blue) = 211+132+61=404 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.23% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 211 - color contains mainly: red. Hex color #D3843D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3843D is #2C7BC2. Grayscale: #939393. Windows color (decimal): -2915267 or 4031699. OLE color: 4031699.
HSL color Cylindrical-coordinate representation of color #D3843D: hue angle of 28.4º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3843D is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 132 | 61 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.17 |
| HSL | 28.4º | 0.63% | 0.53% | - |
| HSV(B) | 28.4º | 0.71% | 0.83% | - |
| XYZ | 35.96 | 30.69 | 8.44 | - |
| YUV | 147.53 | 79.17 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 61 | 0 | 0.37 | 0.71 | 0.17 | 28.4 | 0.63 | 0.53 |
| Hex | D3 | 84 | 3D | 0 | 25 | 47 | 11 | 1C | 3F | 35 |
| Octal | 323 | 204 | 75 | 0 | 45 | 107 | 21 | 34 | 77 | 65 |
| Binary | 11010011 | 10000100 | 111101 | 0 | 100101 | 1000111 | 10001 | 11100 | 111111 | 110101 |
Color Harmonies of #D3843D
Complementary color
Monochromatic Colors of #D3843D
Black with #D3843D
Text Example
Text Example
White with #D3843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3843D; }
p { color: rgb(211,132,61); }
H1.HeaderClassName
{
color: #D3843D;
}
.AnyTagClassName
{
color: #D3843D;
}
</style>
background-color css
<style>
a { background-color: #D3843D; }
a { background-color: rgb(211,132,61); }
div.DivClassName
{
background-color: #D3843D;
}
.BgClassName
{
background-color: #D3843D;
}
</style>
border-color css
<style>
span { border-color: #D3843D; }
span { border-color: rgb(211,132,61); }
td.TdClassName
{
border-color: #D3843D;
}
.TagClassName
{
border-color: #D3843D;
}
</style>