Shades of Peru Tan #75330F
Tints of Peru Tan #75330F
RGB
CMYK
RGB Variations
Color information
#75330F (or 0x75330F) is known color: Peru Tan. HEX triplet: 75, 33 and 0F. RGB value is (117,51,15). Sum of RGB (Red+Green+Blue) = 117+51+15=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #75330F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75330F is #8ACCF0. Grayscale: #424242. Windows color (decimal): -9096433 or 996213. OLE color: 996213.
HSL color Cylindrical-coordinate representation of color #75330F: hue angle of 21.18º 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 #75330F is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 51 | 15 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.54 |
| HSL | 21.18º | 0.77% | 0.26% | - |
| HSV(B) | 21.18º | 0.87% | 0.46% | - |
| XYZ | 8.61 | 6.18 | 1.19 | - |
| YUV | 66.63 | 98.87 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 51 | 15 | 0 | 0.56 | 0.87 | 0.54 | 21.18 | 0.77 | 0.26 |
| Hex | 75 | 33 | F | 0 | 38 | 57 | 36 | 15 | 4D | 1A |
| Octal | 165 | 63 | 17 | 0 | 70 | 127 | 66 | 25 | 115 | 32 |
| Binary | 1110101 | 110011 | 1111 | 0 | 111000 | 1010111 | 110110 | 10101 | 1001101 | 11010 |
Color Harmonies of #75330F
Complementary color
Monochromatic Colors of #75330F
Black with #75330F
Text Example
Text Example
White with #75330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75330F; }
p { color: rgb(117,51,15); }
H1.HeaderClassName
{
color: #75330F;
}
.AnyTagClassName
{
color: #75330F;
}
</style>
background-color css
<style>
a { background-color: #75330F; }
a { background-color: rgb(117,51,15); }
div.DivClassName
{
background-color: #75330F;
}
.BgClassName
{
background-color: #75330F;
}
</style>
border-color css
<style>
span { border-color: #75330F; }
span { border-color: rgb(117,51,15); }
td.TdClassName
{
border-color: #75330F;
}
.TagClassName
{
border-color: #75330F;
}
</style>