Shades of Peru #D5853D
Tints of Peru #D5853D
RGB
CMYK
RGB Variations
Color information
#D5853D (or 0xD5853D) is known color: Peru. HEX triplet: D5, 85 and 3D. RGB value is (213,133,61). Sum of RGB (Red+Green+Blue) = 213+133+61=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5853D is #2A7AC2. Grayscale: #959595. Windows color (decimal): -2783939 or 4031957. OLE color: 4031957.
HSL color Cylindrical-coordinate representation of color #D5853D: hue angle of 28.42º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5853D is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 61 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.16 |
| HSL | 28.42º | 0.64% | 0.54% | - |
| HSV(B) | 28.42º | 0.71% | 0.84% | - |
| XYZ | 36.67 | 31.26 | 8.52 | - |
| YUV | 148.71 | 78.5 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 61 | 0 | 0.38 | 0.71 | 0.16 | 28.42 | 0.64 | 0.54 |
| Hex | D5 | 85 | 3D | 0 | 26 | 47 | 10 | 1C | 40 | 36 |
| Octal | 325 | 205 | 75 | 0 | 46 | 107 | 20 | 34 | 100 | 66 |
| Binary | 11010101 | 10000101 | 111101 | 0 | 100110 | 1000111 | 10000 | 11100 | 1000000 | 110110 |
Color Harmonies of #D5853D
Complementary color
Monochromatic Colors of #D5853D
Black with #D5853D
Text Example
Text Example
White with #D5853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5853D; }
p { color: rgb(213,133,61); }
H1.HeaderClassName
{
color: #D5853D;
}
.AnyTagClassName
{
color: #D5853D;
}
</style>
background-color css
<style>
a { background-color: #D5853D; }
a { background-color: rgb(213,133,61); }
div.DivClassName
{
background-color: #D5853D;
}
.BgClassName
{
background-color: #D5853D;
}
</style>
border-color css
<style>
span { border-color: #D5853D; }
span { border-color: rgb(213,133,61); }
td.TdClassName
{
border-color: #D5853D;
}
.TagClassName
{
border-color: #D5853D;
}
</style>