Shades of Peru Tan #75350F
Tints of Peru Tan #75350F
RGB
CMYK
RGB Variations
Color information
#75350F (or 0x75350F) is known color: Peru Tan. HEX triplet: 75, 35 and 0F. RGB value is (117,53,15). Sum of RGB (Red+Green+Blue) = 117+53+15=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #75350F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75350F is #8ACAF0. Grayscale: #444444. Windows color (decimal): -9095921 or 996725. OLE color: 996725.
HSL color Cylindrical-coordinate representation of color #75350F: hue angle of 22.35º 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 #75350F is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 53 | 15 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.54 |
| HSL | 22.35º | 0.77% | 0.26% | - |
| HSV(B) | 22.35º | 0.87% | 0.46% | - |
| XYZ | 8.7 | 6.36 | 1.22 | - |
| YUV | 67.8 | 98.2 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 53 | 15 | 0 | 0.55 | 0.87 | 0.54 | 22.35 | 0.77 | 0.26 |
| Hex | 75 | 35 | F | 0 | 37 | 57 | 36 | 16 | 4D | 1A |
| Octal | 165 | 65 | 17 | 0 | 67 | 127 | 66 | 26 | 115 | 32 |
| Binary | 1110101 | 110101 | 1111 | 0 | 110111 | 1010111 | 110110 | 10110 | 1001101 | 11010 |
Color Harmonies of #75350F
Complementary color
Monochromatic Colors of #75350F
Black with #75350F
Text Example
Text Example
White with #75350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75350F; }
p { color: rgb(117,53,15); }
H1.HeaderClassName
{
color: #75350F;
}
.AnyTagClassName
{
color: #75350F;
}
</style>
background-color css
<style>
a { background-color: #75350F; }
a { background-color: rgb(117,53,15); }
div.DivClassName
{
background-color: #75350F;
}
.BgClassName
{
background-color: #75350F;
}
</style>
border-color css
<style>
span { border-color: #75350F; }
span { border-color: rgb(117,53,15); }
td.TdClassName
{
border-color: #75350F;
}
.TagClassName
{
border-color: #75350F;
}
</style>