Shades of Peru #CB8541
Tints of Peru #CB8541
RGB
CMYK
RGB Variations
Color information
#CB8541 (or 0xCB8541) is known color: Peru. HEX triplet: CB, 85 and 41. RGB value is (203,133,65). Sum of RGB (Red+Green+Blue) = 203+133+65=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8541 is #347ABE. Grayscale: #929292. Windows color (decimal): -3439295 or 4294091. OLE color: 4294091.
HSL color Cylindrical-coordinate representation of color #CB8541: hue angle of 29.57º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB8541 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 65 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.20 |
| HSL | 29.57º | 0.57% | 0.53% | - |
| HSV(B) | 29.57º | 0.68% | 0.8% | - |
| XYZ | 33.97 | 29.85 | 8.97 | - |
| YUV | 146.18 | 82.19 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 65 | 0 | 0.34 | 0.68 | 0.20 | 29.57 | 0.57 | 0.53 |
| Hex | CB | 85 | 41 | 0 | 22 | 44 | 14 | 1E | 39 | 35 |
| Octal | 313 | 205 | 101 | 0 | 42 | 104 | 24 | 36 | 71 | 65 |
| Binary | 11001011 | 10000101 | 1000001 | 0 | 100010 | 1000100 | 10100 | 11110 | 111001 | 110101 |
Color Harmonies of #CB8541
Complementary color
Monochromatic Colors of #CB8541
Black with #CB8541
Text Example
Text Example
White with #CB8541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8541; }
p { color: rgb(203,133,65); }
H1.HeaderClassName
{
color: #CB8541;
}
.AnyTagClassName
{
color: #CB8541;
}
</style>
background-color css
<style>
a { background-color: #CB8541; }
a { background-color: rgb(203,133,65); }
div.DivClassName
{
background-color: #CB8541;
}
.BgClassName
{
background-color: #CB8541;
}
</style>
border-color css
<style>
span { border-color: #CB8541; }
span { border-color: rgb(203,133,65); }
td.TdClassName
{
border-color: #CB8541;
}
.TagClassName
{
border-color: #CB8541;
}
</style>