Shades of Peru #D1833B
Tints of Peru #D1833B
RGB
CMYK
RGB Variations
Color information
#D1833B (or 0xD1833B) is known color: Peru. HEX triplet: D1, 83 and 3B. RGB value is (209,131,59). Sum of RGB (Red+Green+Blue) = 209+131+59=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D1833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1833B is #2E7CC4. Grayscale: #929292. Windows color (decimal): -3046597 or 3900369. OLE color: 3900369.
HSL color Cylindrical-coordinate representation of color #D1833B: hue angle of 28.8º degrees, saturation: 0.62, 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 #D1833B is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 131 | 59 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.18 |
| HSL | 28.8º | 0.62% | 0.53% | - |
| HSV(B) | 28.8º | 0.72% | 0.82% | - |
| XYZ | 35.2 | 30.1 | 8.09 | - |
| YUV | 146.11 | 78.84 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 131 | 59 | 0 | 0.37 | 0.72 | 0.18 | 28.8 | 0.62 | 0.53 |
| Hex | D1 | 83 | 3B | 0 | 25 | 48 | 12 | 1D | 3E | 35 |
| Octal | 321 | 203 | 73 | 0 | 45 | 110 | 22 | 35 | 76 | 65 |
| Binary | 11010001 | 10000011 | 111011 | 0 | 100101 | 1001000 | 10010 | 11101 | 111110 | 110101 |
Color Harmonies of #D1833B
Complementary color
Monochromatic Colors of #D1833B
Black with #D1833B
Text Example
Text Example
White with #D1833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1833B; }
p { color: rgb(209,131,59); }
H1.HeaderClassName
{
color: #D1833B;
}
.AnyTagClassName
{
color: #D1833B;
}
</style>
background-color css
<style>
a { background-color: #D1833B; }
a { background-color: rgb(209,131,59); }
div.DivClassName
{
background-color: #D1833B;
}
.BgClassName
{
background-color: #D1833B;
}
</style>
border-color css
<style>
span { border-color: #D1833B; }
span { border-color: rgb(209,131,59); }
td.TdClassName
{
border-color: #D1833B;
}
.TagClassName
{
border-color: #D1833B;
}
</style>