Shades of Peru Tan #7C331C
Tints of Peru Tan #7C331C
RGB
CMYK
RGB Variations
Color information
#7C331C (or 0x7C331C) is known color: Peru Tan. HEX triplet: 7C, 33 and 1C. RGB value is (124,51,28). Sum of RGB (Red+Green+Blue) = 124+51+28=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C331C is #83CCE3. Grayscale: #464646. Windows color (decimal): -8637668 or 1848188. OLE color: 1848188.
HSL color Cylindrical-coordinate representation of color #7C331C: hue angle of 14.38º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C331C is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 51 | 28 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.51 |
| HSL | 14.38º | 0.63% | 0.3% | - |
| HSV(B) | 14.38º | 0.77% | 0.49% | - |
| XYZ | 9.71 | 6.74 | 1.89 | - |
| YUV | 70.21 | 104.18 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 51 | 28 | 0 | 0.59 | 0.77 | 0.51 | 14.38 | 0.63 | 0.3 |
| Hex | 7C | 33 | 1C | 0 | 3B | 4D | 33 | E | 3F | 1E |
| Octal | 174 | 63 | 34 | 0 | 73 | 115 | 63 | 16 | 77 | 36 |
| Binary | 1111100 | 110011 | 11100 | 0 | 111011 | 1001101 | 110011 | 1110 | 111111 | 11110 |
Color Harmonies of #7C331C
Complementary color
Monochromatic Colors of #7C331C
Black with #7C331C
Text Example
Text Example
White with #7C331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C331C; }
p { color: rgb(124,51,28); }
H1.HeaderClassName
{
color: #7C331C;
}
.AnyTagClassName
{
color: #7C331C;
}
</style>
background-color css
<style>
a { background-color: #7C331C; }
a { background-color: rgb(124,51,28); }
div.DivClassName
{
background-color: #7C331C;
}
.BgClassName
{
background-color: #7C331C;
}
</style>
border-color css
<style>
span { border-color: #7C331C; }
span { border-color: rgb(124,51,28); }
td.TdClassName
{
border-color: #7C331C;
}
.TagClassName
{
border-color: #7C331C;
}
</style>