Shades of Peru #D5843B
Tints of Peru #D5843B
RGB
CMYK
RGB Variations
Color information
#D5843B (or 0xD5843B) is known color: Peru. HEX triplet: D5, 84 and 3B. RGB value is (213,132,59). Sum of RGB (Red+Green+Blue) = 213+132+59=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5843B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5843B is #2A7BC4. Grayscale: #949494. Windows color (decimal): -2784197 or 3900629. OLE color: 3900629.
HSL color Cylindrical-coordinate representation of color #D5843B: hue angle of 28.44º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5843B is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 59 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.16 |
| HSL | 28.44º | 0.65% | 0.53% | - |
| HSV(B) | 28.44º | 0.72% | 0.84% | - |
| XYZ | 36.48 | 30.96 | 8.19 | - |
| YUV | 147.9 | 77.84 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 59 | 0 | 0.38 | 0.72 | 0.16 | 28.44 | 0.65 | 0.53 |
| Hex | D5 | 84 | 3B | 0 | 26 | 48 | 10 | 1C | 41 | 35 |
| Octal | 325 | 204 | 73 | 0 | 46 | 110 | 20 | 34 | 101 | 65 |
| Binary | 11010101 | 10000100 | 111011 | 0 | 100110 | 1001000 | 10000 | 11100 | 1000001 | 110101 |
Color Harmonies of #D5843B
Complementary color
Monochromatic Colors of #D5843B
Black with #D5843B
Text Example
Text Example
White with #D5843B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5843B; }
p { color: rgb(213,132,59); }
H1.HeaderClassName
{
color: #D5843B;
}
.AnyTagClassName
{
color: #D5843B;
}
</style>
background-color css
<style>
a { background-color: #D5843B; }
a { background-color: rgb(213,132,59); }
div.DivClassName
{
background-color: #D5843B;
}
.BgClassName
{
background-color: #D5843B;
}
</style>
border-color css
<style>
span { border-color: #D5843B; }
span { border-color: rgb(213,132,59); }
td.TdClassName
{
border-color: #D5843B;
}
.TagClassName
{
border-color: #D5843B;
}
</style>