Shades of Peru Tan #763A1C
Tints of Peru Tan #763A1C
RGB
CMYK
RGB Variations
Color information
#763A1C (or 0x763A1C) is known color: Peru Tan. HEX triplet: 76, 3A and 1C. RGB value is (118,58,28). Sum of RGB (Red+Green+Blue) = 118+58+28=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #763A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A1C is #89C5E3. Grayscale: #484848. Windows color (decimal): -9029092 or 1849974. OLE color: 1849974.
HSL color Cylindrical-coordinate representation of color #763A1C: hue angle of 20º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #763A1C is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 58 | 28 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.54 |
| HSL | 20º | 0.62% | 0.29% | - |
| HSV(B) | 20º | 0.76% | 0.46% | - |
| XYZ | 9.19 | 6.96 | 1.96 | - |
| YUV | 72.52 | 102.88 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 28 | 0 | 0.51 | 0.76 | 0.54 | 20 | 0.62 | 0.29 |
| Hex | 76 | 3A | 1C | 0 | 33 | 4C | 36 | 14 | 3E | 1D |
| Octal | 166 | 72 | 34 | 0 | 63 | 114 | 66 | 24 | 76 | 35 |
| Binary | 1110110 | 111010 | 11100 | 0 | 110011 | 1001100 | 110110 | 10100 | 111110 | 11101 |
Color Harmonies of #763A1C
Complementary color
Monochromatic Colors of #763A1C
Black with #763A1C
Text Example
Text Example
White with #763A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763A1C; }
p { color: rgb(118,58,28); }
H1.HeaderClassName
{
color: #763A1C;
}
.AnyTagClassName
{
color: #763A1C;
}
</style>
background-color css
<style>
a { background-color: #763A1C; }
a { background-color: rgb(118,58,28); }
div.DivClassName
{
background-color: #763A1C;
}
.BgClassName
{
background-color: #763A1C;
}
</style>
border-color css
<style>
span { border-color: #763A1C; }
span { border-color: rgb(118,58,28); }
td.TdClassName
{
border-color: #763A1C;
}
.TagClassName
{
border-color: #763A1C;
}
</style>