Shades of Peru #D5823B
Tints of Peru #D5823B
RGB
CMYK
RGB Variations
Color information
#D5823B (or 0xD5823B) is known color: Peru. HEX triplet: D5, 82 and 3B. RGB value is (213,130,59). Sum of RGB (Red+Green+Blue) = 213+130+59=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D5823B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5823B is #2A7DC4. Grayscale: #939393. Windows color (decimal): -2784709 or 3900117. OLE color: 3900117.
HSL color Cylindrical-coordinate representation of color #D5823B: hue angle of 27.66º 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 #D5823B is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 59 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.16 |
| HSL | 27.66º | 0.65% | 0.53% | - |
| HSV(B) | 27.66º | 0.72% | 0.84% | - |
| XYZ | 36.21 | 30.43 | 8.1 | - |
| YUV | 146.72 | 78.5 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 59 | 0 | 0.39 | 0.72 | 0.16 | 27.66 | 0.65 | 0.53 |
| Hex | D5 | 82 | 3B | 0 | 27 | 48 | 10 | 1C | 41 | 35 |
| Octal | 325 | 202 | 73 | 0 | 47 | 110 | 20 | 34 | 101 | 65 |
| Binary | 11010101 | 10000010 | 111011 | 0 | 100111 | 1001000 | 10000 | 11100 | 1000001 | 110101 |
Color Harmonies of #D5823B
Complementary color
Monochromatic Colors of #D5823B
Black with #D5823B
Text Example
Text Example
White with #D5823B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5823B; }
p { color: rgb(213,130,59); }
H1.HeaderClassName
{
color: #D5823B;
}
.AnyTagClassName
{
color: #D5823B;
}
</style>
background-color css
<style>
a { background-color: #D5823B; }
a { background-color: rgb(213,130,59); }
div.DivClassName
{
background-color: #D5823B;
}
.BgClassName
{
background-color: #D5823B;
}
</style>
border-color css
<style>
span { border-color: #D5823B; }
span { border-color: rgb(213,130,59); }
td.TdClassName
{
border-color: #D5823B;
}
.TagClassName
{
border-color: #D5823B;
}
</style>