Shades of Peru Tan #75390F
Tints of Peru Tan #75390F
RGB
CMYK
RGB Variations
Color information
#75390F (or 0x75390F) is known color: Peru Tan. HEX triplet: 75, 39 and 0F. RGB value is (117,57,15). Sum of RGB (Red+Green+Blue) = 117+57+15=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #75390F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75390F is #8AC6F0. Grayscale: #464646. Windows color (decimal): -9094897 or 997749. OLE color: 997749.
HSL color Cylindrical-coordinate representation of color #75390F: hue angle of 24.71º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75390F is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 57 | 15 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.54 |
| HSL | 24.71º | 0.77% | 0.26% | - |
| HSV(B) | 24.71º | 0.87% | 0.46% | - |
| XYZ | 8.89 | 6.74 | 1.29 | - |
| YUV | 70.15 | 96.88 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 57 | 15 | 0 | 0.51 | 0.87 | 0.54 | 24.71 | 0.77 | 0.26 |
| Hex | 75 | 39 | F | 0 | 33 | 57 | 36 | 19 | 4D | 1A |
| Octal | 165 | 71 | 17 | 0 | 63 | 127 | 66 | 31 | 115 | 32 |
| Binary | 1110101 | 111001 | 1111 | 0 | 110011 | 1010111 | 110110 | 11001 | 1001101 | 11010 |
Color Harmonies of #75390F
Complementary color
Monochromatic Colors of #75390F
Black with #75390F
Text Example
Text Example
White with #75390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75390F; }
p { color: rgb(117,57,15); }
H1.HeaderClassName
{
color: #75390F;
}
.AnyTagClassName
{
color: #75390F;
}
</style>
background-color css
<style>
a { background-color: #75390F; }
a { background-color: rgb(117,57,15); }
div.DivClassName
{
background-color: #75390F;
}
.BgClassName
{
background-color: #75390F;
}
</style>
border-color css
<style>
span { border-color: #75390F; }
span { border-color: rgb(117,57,15); }
td.TdClassName
{
border-color: #75390F;
}
.TagClassName
{
border-color: #75390F;
}
</style>