Shades of Peru #D0833B
Tints of Peru #D0833B
RGB
CMYK
RGB Variations
Color information
#D0833B (or 0xD0833B) is known color: Peru. HEX triplet: D0, 83 and 3B. RGB value is (208,131,59). Sum of RGB (Red+Green+Blue) = 208+131+59=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 59 (23.44% from 255 or 14.82% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0833B is #2F7CC4. Grayscale: #929292. Windows color (decimal): -3112133 or 3900368. OLE color: 3900368.
HSL color Cylindrical-coordinate representation of color #D0833B: hue angle of 28.99º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0833B is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 59 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.18 |
| HSL | 28.99º | 0.61% | 0.52% | - |
| HSV(B) | 28.99º | 0.72% | 0.82% | - |
| XYZ | 34.92 | 29.96 | 8.08 | - |
| YUV | 145.82 | 79.01 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 59 | 0 | 0.37 | 0.72 | 0.18 | 28.99 | 0.61 | 0.52 |
| Hex | D0 | 83 | 3B | 0 | 25 | 48 | 12 | 1D | 3D | 34 |
| Octal | 320 | 203 | 73 | 0 | 45 | 110 | 22 | 35 | 75 | 64 |
| Binary | 11010000 | 10000011 | 111011 | 0 | 100101 | 1001000 | 10010 | 11101 | 111101 | 110100 |
Color Harmonies of #D0833B
Complementary color
Monochromatic Colors of #D0833B
Black with #D0833B
Text Example
Text Example
White with #D0833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0833B; }
p { color: rgb(208,131,59); }
H1.HeaderClassName
{
color: #D0833B;
}
.AnyTagClassName
{
color: #D0833B;
}
</style>
background-color css
<style>
a { background-color: #D0833B; }
a { background-color: rgb(208,131,59); }
div.DivClassName
{
background-color: #D0833B;
}
.BgClassName
{
background-color: #D0833B;
}
</style>
border-color css
<style>
span { border-color: #D0833B; }
span { border-color: rgb(208,131,59); }
td.TdClassName
{
border-color: #D0833B;
}
.TagClassName
{
border-color: #D0833B;
}
</style>