Shades of Peru Tan #753C1C
Tints of Peru Tan #753C1C
RGB
CMYK
RGB Variations
Color information
#753C1C (or 0x753C1C) is known color: Peru Tan. HEX triplet: 75, 3C and 1C. RGB value is (117,60,28). Sum of RGB (Red+Green+Blue) = 117+60+28=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #753C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C1C is #8AC3E3. Grayscale: #494949. Windows color (decimal): -9094116 or 1850485. OLE color: 1850485.
HSL color Cylindrical-coordinate representation of color #753C1C: hue angle of 21.57º 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 #753C1C is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 60 | 28 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.54 |
| HSL | 21.57º | 0.61% | 0.28% | - |
| HSV(B) | 21.57º | 0.76% | 0.46% | - |
| XYZ | 9.16 | 7.1 | 1.99 | - |
| YUV | 73.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 28 | 0 | 0.49 | 0.76 | 0.54 | 21.57 | 0.61 | 0.28 |
| Hex | 75 | 3C | 1C | 0 | 31 | 4C | 36 | 16 | 3D | 1C |
| Octal | 165 | 74 | 34 | 0 | 61 | 114 | 66 | 26 | 75 | 34 |
| Binary | 1110101 | 111100 | 11100 | 0 | 110001 | 1001100 | 110110 | 10110 | 111101 | 11100 |
Color Harmonies of #753C1C
Complementary color
Monochromatic Colors of #753C1C
Black with #753C1C
Text Example
Text Example
White with #753C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753C1C; }
p { color: rgb(117,60,28); }
H1.HeaderClassName
{
color: #753C1C;
}
.AnyTagClassName
{
color: #753C1C;
}
</style>
background-color css
<style>
a { background-color: #753C1C; }
a { background-color: rgb(117,60,28); }
div.DivClassName
{
background-color: #753C1C;
}
.BgClassName
{
background-color: #753C1C;
}
</style>
border-color css
<style>
span { border-color: #753C1C; }
span { border-color: rgb(117,60,28); }
td.TdClassName
{
border-color: #753C1C;
}
.TagClassName
{
border-color: #753C1C;
}
</style>