Shades of Peru #C38541
Tints of Peru #C38541
RGB
CMYK
RGB Variations
Color information
#C38541 (or 0xC38541) is known color: Peru. HEX triplet: C3, 85 and 41. RGB value is (195,133,65). Sum of RGB (Red+Green+Blue) = 195+133+65=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C38541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38541 is #3C7ABE. Grayscale: #909090. Windows color (decimal): -3963583 or 4294083. OLE color: 4294083.
HSL color Cylindrical-coordinate representation of color #C38541: hue angle of 31.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C38541 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 65 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.24 |
| HSL | 31.38º | 0.52% | 0.51% | - |
| HSV(B) | 31.38º | 0.67% | 0.76% | - |
| XYZ | 31.85 | 28.76 | 8.87 | - |
| YUV | 143.79 | 83.54 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 65 | 0 | 0.32 | 0.67 | 0.24 | 31.38 | 0.52 | 0.51 |
| Hex | C3 | 85 | 41 | 0 | 20 | 43 | 18 | 1F | 34 | 33 |
| Octal | 303 | 205 | 101 | 0 | 40 | 103 | 30 | 37 | 64 | 63 |
| Binary | 11000011 | 10000101 | 1000001 | 0 | 100000 | 1000011 | 11000 | 11111 | 110100 | 110011 |
Color Harmonies of #C38541
Complementary color
Monochromatic Colors of #C38541
Black with #C38541
Text Example
Text Example
White with #C38541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38541; }
p { color: rgb(195,133,65); }
H1.HeaderClassName
{
color: #C38541;
}
.AnyTagClassName
{
color: #C38541;
}
</style>
background-color css
<style>
a { background-color: #C38541; }
a { background-color: rgb(195,133,65); }
div.DivClassName
{
background-color: #C38541;
}
.BgClassName
{
background-color: #C38541;
}
</style>
border-color css
<style>
span { border-color: #C38541; }
span { border-color: rgb(195,133,65); }
td.TdClassName
{
border-color: #C38541;
}
.TagClassName
{
border-color: #C38541;
}
</style>