Shades of Peru #D3833F
Tints of Peru #D3833F
RGB
CMYK
RGB Variations
Color information
#D3833F (or 0xD3833F) is known color: Peru. HEX triplet: D3, 83 and 3F. RGB value is (211,131,63). Sum of RGB (Red+Green+Blue) = 211+131+63=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D3833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3833F is #2C7CC0. Grayscale: #939393. Windows color (decimal): -2915521 or 4162515. OLE color: 4162515.
HSL color Cylindrical-coordinate representation of color #D3833F: hue angle of 27.57º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3833F is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 131 | 63 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.17 |
| HSL | 27.57º | 0.63% | 0.54% | - |
| HSV(B) | 27.57º | 0.7% | 0.83% | - |
| XYZ | 35.88 | 30.44 | 8.69 | - |
| YUV | 147.17 | 80.5 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 131 | 63 | 0 | 0.38 | 0.70 | 0.17 | 27.57 | 0.63 | 0.54 |
| Hex | D3 | 83 | 3F | 0 | 26 | 46 | 11 | 1C | 3F | 36 |
| Octal | 323 | 203 | 77 | 0 | 46 | 106 | 21 | 34 | 77 | 66 |
| Binary | 11010011 | 10000011 | 111111 | 0 | 100110 | 1000110 | 10001 | 11100 | 111111 | 110110 |
Color Harmonies of #D3833F
Complementary color
Monochromatic Colors of #D3833F
Black with #D3833F
Text Example
Text Example
White with #D3833F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3833F; }
p { color: rgb(211,131,63); }
H1.HeaderClassName
{
color: #D3833F;
}
.AnyTagClassName
{
color: #D3833F;
}
</style>
background-color css
<style>
a { background-color: #D3833F; }
a { background-color: rgb(211,131,63); }
div.DivClassName
{
background-color: #D3833F;
}
.BgClassName
{
background-color: #D3833F;
}
</style>
border-color css
<style>
span { border-color: #D3833F; }
span { border-color: rgb(211,131,63); }
td.TdClassName
{
border-color: #D3833F;
}
.TagClassName
{
border-color: #D3833F;
}
</style>