Shades of Peru #D5833F
Tints of Peru #D5833F
RGB
CMYK
RGB Variations
Color information
#D5833F (or 0xD5833F) is known color: Peru. HEX triplet: D5, 83 and 3F. RGB value is (213,131,63). Sum of RGB (Red+Green+Blue) = 213+131+63=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5833F is #2A7CC0. Grayscale: #949494. Windows color (decimal): -2784449 or 4162517. OLE color: 4162517.
HSL color Cylindrical-coordinate representation of color #D5833F: hue angle of 27.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5833F is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 63 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.16 |
| HSL | 27.2º | 0.64% | 0.54% | - |
| HSV(B) | 27.2º | 0.7% | 0.84% | - |
| XYZ | 36.45 | 30.74 | 8.71 | - |
| YUV | 147.77 | 80.17 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 63 | 0 | 0.38 | 0.70 | 0.16 | 27.2 | 0.64 | 0.54 |
| Hex | D5 | 83 | 3F | 0 | 26 | 46 | 10 | 1B | 40 | 36 |
| Octal | 325 | 203 | 77 | 0 | 46 | 106 | 20 | 33 | 100 | 66 |
| Binary | 11010101 | 10000011 | 111111 | 0 | 100110 | 1000110 | 10000 | 11011 | 1000000 | 110110 |
Color Harmonies of #D5833F
Complementary color
Monochromatic Colors of #D5833F
Black with #D5833F
Text Example
Text Example
White with #D5833F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5833F; }
p { color: rgb(213,131,63); }
H1.HeaderClassName
{
color: #D5833F;
}
.AnyTagClassName
{
color: #D5833F;
}
</style>
background-color css
<style>
a { background-color: #D5833F; }
a { background-color: rgb(213,131,63); }
div.DivClassName
{
background-color: #D5833F;
}
.BgClassName
{
background-color: #D5833F;
}
</style>
border-color css
<style>
span { border-color: #D5833F; }
span { border-color: rgb(213,131,63); }
td.TdClassName
{
border-color: #D5833F;
}
.TagClassName
{
border-color: #D5833F;
}
</style>