Shades of Peru Tan #763B1F
Tints of Peru Tan #763B1F
RGB
CMYK
RGB Variations
Color information
#763B1F (or 0x763B1F) is known color: Peru Tan. HEX triplet: 76, 3B and 1F. RGB value is (118,59,31). Sum of RGB (Red+Green+Blue) = 118+59+31=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #763B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B1F is #89C4E0. Grayscale: #494949. Windows color (decimal): -9028833 or 2046838. OLE color: 2046838.
HSL color Cylindrical-coordinate representation of color #763B1F: hue angle of 19.31º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #763B1F is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 59 | 31 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.54 |
| HSL | 19.31º | 0.58% | 0.29% | - |
| HSV(B) | 19.31º | 0.74% | 0.46% | - |
| XYZ | 9.28 | 7.08 | 2.17 | - |
| YUV | 73.45 | 104.05 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 31 | 0 | 0.50 | 0.74 | 0.54 | 19.31 | 0.58 | 0.29 |
| Hex | 76 | 3B | 1F | 0 | 32 | 4A | 36 | 13 | 3A | 1D |
| Octal | 166 | 73 | 37 | 0 | 62 | 112 | 66 | 23 | 72 | 35 |
| Binary | 1110110 | 111011 | 11111 | 0 | 110010 | 1001010 | 110110 | 10011 | 111010 | 11101 |
Color Harmonies of #763B1F
Complementary color
Monochromatic Colors of #763B1F
Black with #763B1F
Text Example
Text Example
White with #763B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763B1F; }
p { color: rgb(118,59,31); }
H1.HeaderClassName
{
color: #763B1F;
}
.AnyTagClassName
{
color: #763B1F;
}
</style>
background-color css
<style>
a { background-color: #763B1F; }
a { background-color: rgb(118,59,31); }
div.DivClassName
{
background-color: #763B1F;
}
.BgClassName
{
background-color: #763B1F;
}
</style>
border-color css
<style>
span { border-color: #763B1F; }
span { border-color: rgb(118,59,31); }
td.TdClassName
{
border-color: #763B1F;
}
.TagClassName
{
border-color: #763B1F;
}
</style>