Shades of Peru Tan #753D1C
Tints of Peru Tan #753D1C
RGB
CMYK
RGB Variations
Color information
#753D1C (or 0x753D1C) is known color: Peru Tan. HEX triplet: 75, 3D and 1C. RGB value is (117,61,28). Sum of RGB (Red+Green+Blue) = 117+61+28=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #753D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D1C is #8AC2E3. Grayscale: #4A4A4A. Windows color (decimal): -9093860 or 1850741. OLE color: 1850741.
HSL color Cylindrical-coordinate representation of color #753D1C: hue angle of 22.25º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #753D1C is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 61 | 28 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.54 |
| HSL | 22.25º | 0.61% | 0.28% | - |
| HSV(B) | 22.25º | 0.76% | 0.46% | - |
| XYZ | 9.21 | 7.2 | 2 | - |
| YUV | 73.98 | 102.05 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 28 | 0 | 0.48 | 0.76 | 0.54 | 22.25 | 0.61 | 0.28 |
| Hex | 75 | 3D | 1C | 0 | 30 | 4C | 36 | 16 | 3D | 1C |
| Octal | 165 | 75 | 34 | 0 | 60 | 114 | 66 | 26 | 75 | 34 |
| Binary | 1110101 | 111101 | 11100 | 0 | 110000 | 1001100 | 110110 | 10110 | 111101 | 11100 |
Color Harmonies of #753D1C
Complementary color
Monochromatic Colors of #753D1C
Black with #753D1C
Text Example
Text Example
White with #753D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D1C; }
p { color: rgb(117,61,28); }
H1.HeaderClassName
{
color: #753D1C;
}
.AnyTagClassName
{
color: #753D1C;
}
</style>
background-color css
<style>
a { background-color: #753D1C; }
a { background-color: rgb(117,61,28); }
div.DivClassName
{
background-color: #753D1C;
}
.BgClassName
{
background-color: #753D1C;
}
</style>
border-color css
<style>
span { border-color: #753D1C; }
span { border-color: rgb(117,61,28); }
td.TdClassName
{
border-color: #753D1C;
}
.TagClassName
{
border-color: #753D1C;
}
</style>