Shades of Peru #CD873D
Tints of Peru #CD873D
RGB
CMYK
RGB Variations
Color information
#CD873D (or 0xCD873D) is known color: Peru. HEX triplet: CD, 87 and 3D. RGB value is (205,135,61). Sum of RGB (Red+Green+Blue) = 205+135+61=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD873D is #3278C2. Grayscale: #939393. Windows color (decimal): -3307715 or 4032461. OLE color: 4032461.
HSL color Cylindrical-coordinate representation of color #CD873D: hue angle of 30.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD873D is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 135 | 61 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.20 |
| HSL | 30.83º | 0.59% | 0.52% | - |
| HSV(B) | 30.83º | 0.7% | 0.8% | - |
| XYZ | 34.68 | 30.64 | 8.5 | - |
| YUV | 147.49 | 79.19 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 135 | 61 | 0 | 0.34 | 0.70 | 0.20 | 30.83 | 0.59 | 0.52 |
| Hex | CD | 87 | 3D | 0 | 22 | 46 | 14 | 1F | 3B | 34 |
| Octal | 315 | 207 | 75 | 0 | 42 | 106 | 24 | 37 | 73 | 64 |
| Binary | 11001101 | 10000111 | 111101 | 0 | 100010 | 1000110 | 10100 | 11111 | 111011 | 110100 |
Color Harmonies of #CD873D
Complementary color
Monochromatic Colors of #CD873D
Black with #CD873D
Text Example
Text Example
White with #CD873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD873D; }
p { color: rgb(205,135,61); }
H1.HeaderClassName
{
color: #CD873D;
}
.AnyTagClassName
{
color: #CD873D;
}
</style>
background-color css
<style>
a { background-color: #CD873D; }
a { background-color: rgb(205,135,61); }
div.DivClassName
{
background-color: #CD873D;
}
.BgClassName
{
background-color: #CD873D;
}
</style>
border-color css
<style>
span { border-color: #CD873D; }
span { border-color: rgb(205,135,61); }
td.TdClassName
{
border-color: #CD873D;
}
.TagClassName
{
border-color: #CD873D;
}
</style>