Shades of Peru Tan #753A1D
Tints of Peru Tan #753A1D
RGB
CMYK
RGB Variations
Color information
#753A1D (or 0x753A1D) is known color: Peru Tan. HEX triplet: 75, 3A and 1D. RGB value is (117,58,29). Sum of RGB (Red+Green+Blue) = 117+58+29=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #753A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A1D is #8AC5E2. Grayscale: #484848. Windows color (decimal): -9094627 or 1915509. OLE color: 1915509.
HSL color Cylindrical-coordinate representation of color #753A1D: hue angle of 19.77º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #753A1D is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 58 | 29 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.54 |
| HSL | 19.77º | 0.6% | 0.29% | - |
| HSV(B) | 19.77º | 0.75% | 0.46% | - |
| XYZ | 9.07 | 6.9 | 2.02 | - |
| YUV | 72.34 | 103.55 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 29 | 0 | 0.50 | 0.75 | 0.54 | 19.77 | 0.6 | 0.29 |
| Hex | 75 | 3A | 1D | 0 | 32 | 4B | 36 | 14 | 3C | 1D |
| Octal | 165 | 72 | 35 | 0 | 62 | 113 | 66 | 24 | 74 | 35 |
| Binary | 1110101 | 111010 | 11101 | 0 | 110010 | 1001011 | 110110 | 10100 | 111100 | 11101 |
Color Harmonies of #753A1D
Complementary color
Monochromatic Colors of #753A1D
Black with #753A1D
Text Example
Text Example
White with #753A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753A1D; }
p { color: rgb(117,58,29); }
H1.HeaderClassName
{
color: #753A1D;
}
.AnyTagClassName
{
color: #753A1D;
}
</style>
background-color css
<style>
a { background-color: #753A1D; }
a { background-color: rgb(117,58,29); }
div.DivClassName
{
background-color: #753A1D;
}
.BgClassName
{
background-color: #753A1D;
}
</style>
border-color css
<style>
span { border-color: #753A1D; }
span { border-color: rgb(117,58,29); }
td.TdClassName
{
border-color: #753A1D;
}
.TagClassName
{
border-color: #753A1D;
}
</style>