Shades of Peru Tan #753F1C
Tints of Peru Tan #753F1C
RGB
CMYK
RGB Variations
Color information
#753F1C (or 0x753F1C) is known color: Peru Tan. HEX triplet: 75, 3F and 1C. RGB value is (117,63,28). Sum of RGB (Red+Green+Blue) = 117+63+28=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #753F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F1C is #8AC0E3. Grayscale: #4B4B4B. Windows color (decimal): -9093348 or 1851253. OLE color: 1851253.
HSL color Cylindrical-coordinate representation of color #753F1C: hue angle of 23.6º 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 #753F1C is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 63 | 28 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.54 |
| HSL | 23.6º | 0.61% | 0.28% | - |
| HSV(B) | 23.6º | 0.76% | 0.46% | - |
| XYZ | 9.32 | 7.42 | 2.04 | - |
| YUV | 75.16 | 101.39 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 28 | 0 | 0.46 | 0.76 | 0.54 | 23.6 | 0.61 | 0.28 |
| Hex | 75 | 3F | 1C | 0 | 2E | 4C | 36 | 18 | 3D | 1C |
| Octal | 165 | 77 | 34 | 0 | 56 | 114 | 66 | 30 | 75 | 34 |
| Binary | 1110101 | 111111 | 11100 | 0 | 101110 | 1001100 | 110110 | 11000 | 111101 | 11100 |
Color Harmonies of #753F1C
Complementary color
Monochromatic Colors of #753F1C
Black with #753F1C
Text Example
Text Example
White with #753F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753F1C; }
p { color: rgb(117,63,28); }
H1.HeaderClassName
{
color: #753F1C;
}
.AnyTagClassName
{
color: #753F1C;
}
</style>
background-color css
<style>
a { background-color: #753F1C; }
a { background-color: rgb(117,63,28); }
div.DivClassName
{
background-color: #753F1C;
}
.BgClassName
{
background-color: #753F1C;
}
</style>
border-color css
<style>
span { border-color: #753F1C; }
span { border-color: rgb(117,63,28); }
td.TdClassName
{
border-color: #753F1C;
}
.TagClassName
{
border-color: #753F1C;
}
</style>