Shades of Peru #CD833A
Tints of Peru #CD833A
RGB
CMYK
RGB Variations
Color information
#CD833A (or 0xCD833A) is known color: Peru. HEX triplet: CD, 83 and 3A. RGB value is (205,131,58). Sum of RGB (Red+Green+Blue) = 205+131+58=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CD833A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD833A is #327CC5. Grayscale: #919191. Windows color (decimal): -3308742 or 3834829. OLE color: 3834829.
HSL color Cylindrical-coordinate representation of color #CD833A: hue angle of 29.8º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD833A is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 131 | 58 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.20 |
| HSL | 29.8º | 0.6% | 0.52% | - |
| HSV(B) | 29.8º | 0.72% | 0.8% | - |
| XYZ | 34.06 | 29.52 | 7.91 | - |
| YUV | 144.8 | 79.02 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 131 | 58 | 0 | 0.36 | 0.72 | 0.20 | 29.8 | 0.6 | 0.52 |
| Hex | CD | 83 | 3A | 0 | 24 | 48 | 14 | 1E | 3C | 34 |
| Octal | 315 | 203 | 72 | 0 | 44 | 110 | 24 | 36 | 74 | 64 |
| Binary | 11001101 | 10000011 | 111010 | 0 | 100100 | 1001000 | 10100 | 11110 | 111100 | 110100 |
Color Harmonies of #CD833A
Complementary color
Monochromatic Colors of #CD833A
Black with #CD833A
Text Example
Text Example
White with #CD833A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD833A; }
p { color: rgb(205,131,58); }
H1.HeaderClassName
{
color: #CD833A;
}
.AnyTagClassName
{
color: #CD833A;
}
</style>
background-color css
<style>
a { background-color: #CD833A; }
a { background-color: rgb(205,131,58); }
div.DivClassName
{
background-color: #CD833A;
}
.BgClassName
{
background-color: #CD833A;
}
</style>
border-color css
<style>
span { border-color: #CD833A; }
span { border-color: rgb(205,131,58); }
td.TdClassName
{
border-color: #CD833A;
}
.TagClassName
{
border-color: #CD833A;
}
</style>