Shades of Peru #D2833B
Tints of Peru #D2833B
RGB
CMYK
RGB Variations
Color information
#D2833B (or 0xD2833B) is known color: Peru. HEX triplet: D2, 83 and 3B. RGB value is (210,131,59). Sum of RGB (Red+Green+Blue) = 210+131+59=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D2833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2833B is #2D7CC4. Grayscale: #929292. Windows color (decimal): -2981061 or 3900370. OLE color: 3900370.
HSL color Cylindrical-coordinate representation of color #D2833B: hue angle of 28.61º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2833B is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 59 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.18 |
| HSL | 28.61º | 0.63% | 0.53% | - |
| HSV(B) | 28.61º | 0.72% | 0.82% | - |
| XYZ | 35.48 | 30.25 | 8.11 | - |
| YUV | 146.41 | 78.67 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 59 | 0 | 0.38 | 0.72 | 0.18 | 28.61 | 0.63 | 0.53 |
| Hex | D2 | 83 | 3B | 0 | 26 | 48 | 12 | 1D | 3F | 35 |
| Octal | 322 | 203 | 73 | 0 | 46 | 110 | 22 | 35 | 77 | 65 |
| Binary | 11010010 | 10000011 | 111011 | 0 | 100110 | 1001000 | 10010 | 11101 | 111111 | 110101 |
Color Harmonies of #D2833B
Complementary color
Monochromatic Colors of #D2833B
Black with #D2833B
Text Example
Text Example
White with #D2833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2833B; }
p { color: rgb(210,131,59); }
H1.HeaderClassName
{
color: #D2833B;
}
.AnyTagClassName
{
color: #D2833B;
}
</style>
background-color css
<style>
a { background-color: #D2833B; }
a { background-color: rgb(210,131,59); }
div.DivClassName
{
background-color: #D2833B;
}
.BgClassName
{
background-color: #D2833B;
}
</style>
border-color css
<style>
span { border-color: #D2833B; }
span { border-color: rgb(210,131,59); }
td.TdClassName
{
border-color: #D2833B;
}
.TagClassName
{
border-color: #D2833B;
}
</style>