Shades of Peru Tan #753D1F
Tints of Peru Tan #753D1F
RGB
CMYK
RGB Variations
Color information
#753D1F (or 0x753D1F) is known color: Peru Tan. HEX triplet: 75, 3D and 1F. RGB value is (117,61,31). Sum of RGB (Red+Green+Blue) = 117+61+31=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #753D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D1F is #8AC2E0. Grayscale: #4A4A4A. Windows color (decimal): -9093857 or 2047349. OLE color: 2047349.
HSL color Cylindrical-coordinate representation of color #753D1F: hue angle of 20.93º 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 #753D1F is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 61 | 31 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.54 |
| HSL | 20.93º | 0.58% | 0.29% | - |
| HSV(B) | 20.93º | 0.74% | 0.46% | - |
| XYZ | 9.25 | 7.22 | 2.2 | - |
| YUV | 74.32 | 103.55 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 31 | 0 | 0.48 | 0.74 | 0.54 | 20.93 | 0.58 | 0.29 |
| Hex | 75 | 3D | 1F | 0 | 30 | 4A | 36 | 15 | 3A | 1D |
| Octal | 165 | 75 | 37 | 0 | 60 | 112 | 66 | 25 | 72 | 35 |
| Binary | 1110101 | 111101 | 11111 | 0 | 110000 | 1001010 | 110110 | 10101 | 111010 | 11101 |
Color Harmonies of #753D1F
Complementary color
Monochromatic Colors of #753D1F
Black with #753D1F
Text Example
Text Example
White with #753D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D1F; }
p { color: rgb(117,61,31); }
H1.HeaderClassName
{
color: #753D1F;
}
.AnyTagClassName
{
color: #753D1F;
}
</style>
background-color css
<style>
a { background-color: #753D1F; }
a { background-color: rgb(117,61,31); }
div.DivClassName
{
background-color: #753D1F;
}
.BgClassName
{
background-color: #753D1F;
}
</style>
border-color css
<style>
span { border-color: #753D1F; }
span { border-color: rgb(117,61,31); }
td.TdClassName
{
border-color: #753D1F;
}
.TagClassName
{
border-color: #753D1F;
}
</style>