Shades of Peru Tan #75371C
Tints of Peru Tan #75371C
RGB
CMYK
RGB Variations
Color information
#75371C (or 0x75371C) is known color: Peru Tan. HEX triplet: 75, 37 and 1C. RGB value is (117,55,28). Sum of RGB (Red+Green+Blue) = 117+55+28=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #75371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75371C is #8AC8E3. Grayscale: #464646. Windows color (decimal): -9095396 or 1849205. OLE color: 1849205.
HSL color Cylindrical-coordinate representation of color #75371C: hue angle of 18.2º 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 #75371C is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 55 | 28 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.54 |
| HSL | 18.2º | 0.61% | 0.28% | - |
| HSV(B) | 18.2º | 0.76% | 0.46% | - |
| XYZ | 8.91 | 6.6 | 1.9 | - |
| YUV | 70.46 | 104.04 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 55 | 28 | 0 | 0.53 | 0.76 | 0.54 | 18.2 | 0.61 | 0.28 |
| Hex | 75 | 37 | 1C | 0 | 35 | 4C | 36 | 12 | 3D | 1C |
| Octal | 165 | 67 | 34 | 0 | 65 | 114 | 66 | 22 | 75 | 34 |
| Binary | 1110101 | 110111 | 11100 | 0 | 110101 | 1001100 | 110110 | 10010 | 111101 | 11100 |
Color Harmonies of #75371C
Complementary color
Monochromatic Colors of #75371C
Black with #75371C
Text Example
Text Example
White with #75371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75371C; }
p { color: rgb(117,55,28); }
H1.HeaderClassName
{
color: #75371C;
}
.AnyTagClassName
{
color: #75371C;
}
</style>
background-color css
<style>
a { background-color: #75371C; }
a { background-color: rgb(117,55,28); }
div.DivClassName
{
background-color: #75371C;
}
.BgClassName
{
background-color: #75371C;
}
</style>
border-color css
<style>
span { border-color: #75371C; }
span { border-color: rgb(117,55,28); }
td.TdClassName
{
border-color: #75371C;
}
.TagClassName
{
border-color: #75371C;
}
</style>