Shades of Peru #D4833B
Tints of Peru #D4833B
RGB
CMYK
RGB Variations
Color information
#D4833B (or 0xD4833B) is known color: Peru. HEX triplet: D4, 83 and 3B. RGB value is (212,131,59). Sum of RGB (Red+Green+Blue) = 212+131+59=402 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.74% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 212 - color contains mainly: red. Hex color #D4833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4833B is #2B7CC4. Grayscale: #939393. Windows color (decimal): -2849989 or 3900372. OLE color: 3900372.
HSL color Cylindrical-coordinate representation of color #D4833B: hue angle of 28.24º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4833B is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 131 | 59 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.17 |
| HSL | 28.24º | 0.64% | 0.53% | - |
| HSV(B) | 28.24º | 0.72% | 0.83% | - |
| XYZ | 36.06 | 30.55 | 8.13 | - |
| YUV | 147.01 | 78.34 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 131 | 59 | 0 | 0.38 | 0.72 | 0.17 | 28.24 | 0.64 | 0.53 |
| Hex | D4 | 83 | 3B | 0 | 26 | 48 | 11 | 1C | 40 | 35 |
| Octal | 324 | 203 | 73 | 0 | 46 | 110 | 21 | 34 | 100 | 65 |
| Binary | 11010100 | 10000011 | 111011 | 0 | 100110 | 1001000 | 10001 | 11100 | 1000000 | 110101 |
Color Harmonies of #D4833B
Complementary color
Monochromatic Colors of #D4833B
Black with #D4833B
Text Example
Text Example
White with #D4833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4833B; }
p { color: rgb(212,131,59); }
H1.HeaderClassName
{
color: #D4833B;
}
.AnyTagClassName
{
color: #D4833B;
}
</style>
background-color css
<style>
a { background-color: #D4833B; }
a { background-color: rgb(212,131,59); }
div.DivClassName
{
background-color: #D4833B;
}
.BgClassName
{
background-color: #D4833B;
}
</style>
border-color css
<style>
span { border-color: #D4833B; }
span { border-color: rgb(212,131,59); }
td.TdClassName
{
border-color: #D4833B;
}
.TagClassName
{
border-color: #D4833B;
}
</style>