Shades of Peru Tan #753B1B
Tints of Peru Tan #753B1B
RGB
CMYK
RGB Variations
Color information
#753B1B (or 0x753B1B) is known color: Peru Tan. HEX triplet: 75, 3B and 1B. RGB value is (117,59,27). Sum of RGB (Red+Green+Blue) = 117+59+27=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #753B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B1B is #8AC4E4. Grayscale: #484848. Windows color (decimal): -9094373 or 1784693. OLE color: 1784693.
HSL color Cylindrical-coordinate representation of color #753B1B: hue angle of 21.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #753B1B is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 59 | 27 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.54 |
| HSL | 21.33º | 0.63% | 0.28% | - |
| HSV(B) | 21.33º | 0.77% | 0.46% | - |
| XYZ | 9.1 | 6.99 | 1.91 | - |
| YUV | 72.69 | 102.22 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 27 | 0 | 0.50 | 0.77 | 0.54 | 21.33 | 0.63 | 0.28 |
| Hex | 75 | 3B | 1B | 0 | 32 | 4D | 36 | 15 | 3E | 1C |
| Octal | 165 | 73 | 33 | 0 | 62 | 115 | 66 | 25 | 76 | 34 |
| Binary | 1110101 | 111011 | 11011 | 0 | 110010 | 1001101 | 110110 | 10101 | 111110 | 11100 |
Color Harmonies of #753B1B
Complementary color
Monochromatic Colors of #753B1B
Black with #753B1B
Text Example
Text Example
White with #753B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753B1B; }
p { color: rgb(117,59,27); }
H1.HeaderClassName
{
color: #753B1B;
}
.AnyTagClassName
{
color: #753B1B;
}
</style>
background-color css
<style>
a { background-color: #753B1B; }
a { background-color: rgb(117,59,27); }
div.DivClassName
{
background-color: #753B1B;
}
.BgClassName
{
background-color: #753B1B;
}
</style>
border-color css
<style>
span { border-color: #753B1B; }
span { border-color: rgb(117,59,27); }
td.TdClassName
{
border-color: #753B1B;
}
.TagClassName
{
border-color: #753B1B;
}
</style>