Shades of Peru Tan #763C21
Tints of Peru Tan #763C21
RGB
CMYK
RGB Variations
Color information
#763C21 (or 0x763C21) is known color: Peru Tan. HEX triplet: 76, 3C and 21. RGB value is (118,60,33). Sum of RGB (Red+Green+Blue) = 118+60+33=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #763C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C21 is #89C3DE. Grayscale: #4A4A4A. Windows color (decimal): -9028575 or 2178166. OLE color: 2178166.
HSL color Cylindrical-coordinate representation of color #763C21: hue angle of 19.06º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #763C21 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 60 | 33 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.54 |
| HSL | 19.06º | 0.56% | 0.3% | - |
| HSV(B) | 19.06º | 0.72% | 0.46% | - |
| XYZ | 9.36 | 7.19 | 2.33 | - |
| YUV | 74.26 | 104.72 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 60 | 33 | 0 | 0.49 | 0.72 | 0.54 | 19.06 | 0.56 | 0.3 |
| Hex | 76 | 3C | 21 | 0 | 31 | 48 | 36 | 13 | 38 | 1E |
| Octal | 166 | 74 | 41 | 0 | 61 | 110 | 66 | 23 | 70 | 36 |
| Binary | 1110110 | 111100 | 100001 | 0 | 110001 | 1001000 | 110110 | 10011 | 111000 | 11110 |
Color Harmonies of #763C21
Complementary color
Monochromatic Colors of #763C21
Black with #763C21
Text Example
Text Example
White with #763C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763C21; }
p { color: rgb(118,60,33); }
H1.HeaderClassName
{
color: #763C21;
}
.AnyTagClassName
{
color: #763C21;
}
</style>
background-color css
<style>
a { background-color: #763C21; }
a { background-color: rgb(118,60,33); }
div.DivClassName
{
background-color: #763C21;
}
.BgClassName
{
background-color: #763C21;
}
</style>
border-color css
<style>
span { border-color: #763C21; }
span { border-color: rgb(118,60,33); }
td.TdClassName
{
border-color: #763C21;
}
.TagClassName
{
border-color: #763C21;
}
</style>