Shades of Peru #D4833C
Tints of Peru #D4833C
RGB
CMYK
RGB Variations
Color information
#D4833C (or 0xD4833C) is known color: Peru. HEX triplet: D4, 83 and 3C. RGB value is (212,131,60). Sum of RGB (Red+Green+Blue) = 212+131+60=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D4833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4833C is #2B7CC3. Grayscale: #939393. Windows color (decimal): -2849988 or 3965908. OLE color: 3965908.
HSL color Cylindrical-coordinate representation of color #D4833C: hue angle of 28.03º 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 #D4833C is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 131 | 60 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.17 |
| HSL | 28.03º | 0.64% | 0.53% | - |
| HSV(B) | 28.03º | 0.72% | 0.83% | - |
| XYZ | 36.08 | 30.56 | 8.27 | - |
| YUV | 147.13 | 78.84 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 131 | 60 | 0 | 0.38 | 0.72 | 0.17 | 28.03 | 0.64 | 0.53 |
| Hex | D4 | 83 | 3C | 0 | 26 | 48 | 11 | 1C | 40 | 35 |
| Octal | 324 | 203 | 74 | 0 | 46 | 110 | 21 | 34 | 100 | 65 |
| Binary | 11010100 | 10000011 | 111100 | 0 | 100110 | 1001000 | 10001 | 11100 | 1000000 | 110101 |
Color Harmonies of #D4833C
Complementary color
Monochromatic Colors of #D4833C
Black with #D4833C
Text Example
Text Example
White with #D4833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4833C; }
p { color: rgb(212,131,60); }
H1.HeaderClassName
{
color: #D4833C;
}
.AnyTagClassName
{
color: #D4833C;
}
</style>
background-color css
<style>
a { background-color: #D4833C; }
a { background-color: rgb(212,131,60); }
div.DivClassName
{
background-color: #D4833C;
}
.BgClassName
{
background-color: #D4833C;
}
</style>
border-color css
<style>
span { border-color: #D4833C; }
span { border-color: rgb(212,131,60); }
td.TdClassName
{
border-color: #D4833C;
}
.TagClassName
{
border-color: #D4833C;
}
</style>