Shades of Peru Tan #753F1F
Tints of Peru Tan #753F1F
RGB
CMYK
RGB Variations
Color information
#753F1F (or 0x753F1F) is known color: Peru Tan. HEX triplet: 75, 3F and 1F. RGB value is (117,63,31). Sum of RGB (Red+Green+Blue) = 117+63+31=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #753F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F1F is #8AC0E0. Grayscale: #4B4B4B. Windows color (decimal): -9093345 or 2047861. OLE color: 2047861.
HSL color Cylindrical-coordinate representation of color #753F1F: hue angle of 22.33º 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 #753F1F is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 63 | 31 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.54 |
| HSL | 22.33º | 0.58% | 0.29% | - |
| HSV(B) | 22.33º | 0.74% | 0.46% | - |
| XYZ | 9.36 | 7.44 | 2.24 | - |
| YUV | 75.5 | 102.89 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 31 | 0 | 0.46 | 0.74 | 0.54 | 22.33 | 0.58 | 0.29 |
| Hex | 75 | 3F | 1F | 0 | 2E | 4A | 36 | 16 | 3A | 1D |
| Octal | 165 | 77 | 37 | 0 | 56 | 112 | 66 | 26 | 72 | 35 |
| Binary | 1110101 | 111111 | 11111 | 0 | 101110 | 1001010 | 110110 | 10110 | 111010 | 11101 |
Color Harmonies of #753F1F
Complementary color
Monochromatic Colors of #753F1F
Black with #753F1F
Text Example
Text Example
White with #753F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753F1F; }
p { color: rgb(117,63,31); }
H1.HeaderClassName
{
color: #753F1F;
}
.AnyTagClassName
{
color: #753F1F;
}
</style>
background-color css
<style>
a { background-color: #753F1F; }
a { background-color: rgb(117,63,31); }
div.DivClassName
{
background-color: #753F1F;
}
.BgClassName
{
background-color: #753F1F;
}
</style>
border-color css
<style>
span { border-color: #753F1F; }
span { border-color: rgb(117,63,31); }
td.TdClassName
{
border-color: #753F1F;
}
.TagClassName
{
border-color: #753F1F;
}
</style>