Shades of Peru #C5854B
Tints of Peru #C5854B
RGB
CMYK
RGB Variations
Color information
#C5854B (or 0xC5854B) is known color: Peru. HEX triplet: C5, 85 and 4B. RGB value is (197,133,75). Sum of RGB (Red+Green+Blue) = 197+133+75=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5854B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5854B is #3A7AB4. Grayscale: #919191. Windows color (decimal): -3832501 or 4949445. OLE color: 4949445.
HSL color Cylindrical-coordinate representation of color #C5854B: hue angle of 28.52º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5854B is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 75 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.23 |
| HSL | 28.52º | 0.51% | 0.53% | - |
| HSV(B) | 28.52º | 0.62% | 0.77% | - |
| XYZ | 32.68 | 29.15 | 10.56 | - |
| YUV | 145.52 | 88.2 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 75 | 0 | 0.32 | 0.62 | 0.23 | 28.52 | 0.51 | 0.53 |
| Hex | C5 | 85 | 4B | 0 | 20 | 3E | 17 | 1D | 33 | 35 |
| Octal | 305 | 205 | 113 | 0 | 40 | 76 | 27 | 35 | 63 | 65 |
| Binary | 11000101 | 10000101 | 1001011 | 0 | 100000 | 111110 | 10111 | 11101 | 110011 | 110101 |
Color Harmonies of #C5854B
Complementary color
Monochromatic Colors of #C5854B
Black with #C5854B
Text Example
Text Example
White with #C5854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5854B; }
p { color: rgb(197,133,75); }
H1.HeaderClassName
{
color: #C5854B;
}
.AnyTagClassName
{
color: #C5854B;
}
</style>
background-color css
<style>
a { background-color: #C5854B; }
a { background-color: rgb(197,133,75); }
div.DivClassName
{
background-color: #C5854B;
}
.BgClassName
{
background-color: #C5854B;
}
</style>
border-color css
<style>
span { border-color: #C5854B; }
span { border-color: rgb(197,133,75); }
td.TdClassName
{
border-color: #C5854B;
}
.TagClassName
{
border-color: #C5854B;
}
</style>