Shades of Peru Tan #75321A
Tints of Peru Tan #75321A
RGB
CMYK
RGB Variations
Color information
#75321A (or 0x75321A) is known color: Peru Tan. HEX triplet: 75, 32 and 1A. RGB value is (117,50,26). Sum of RGB (Red+Green+Blue) = 117+50+26=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #75321A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75321A is #8ACDE5. Grayscale: #434343. Windows color (decimal): -9096678 or 1716853. OLE color: 1716853.
HSL color Cylindrical-coordinate representation of color #75321A: hue angle of 15.82º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75321A is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 50 | 26 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.54 |
| HSL | 15.82º | 0.64% | 0.28% | - |
| HSV(B) | 15.82º | 0.78% | 0.46% | - |
| XYZ | 8.66 | 6.14 | 1.71 | - |
| YUV | 67.3 | 104.7 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 50 | 26 | 0 | 0.57 | 0.78 | 0.54 | 15.82 | 0.64 | 0.28 |
| Hex | 75 | 32 | 1A | 0 | 39 | 4E | 36 | 10 | 40 | 1C |
| Octal | 165 | 62 | 32 | 0 | 71 | 116 | 66 | 20 | 100 | 34 |
| Binary | 1110101 | 110010 | 11010 | 0 | 111001 | 1001110 | 110110 | 10000 | 1000000 | 11100 |
Color Harmonies of #75321A
Complementary color
Monochromatic Colors of #75321A
Black with #75321A
Text Example
Text Example
White with #75321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75321A; }
p { color: rgb(117,50,26); }
H1.HeaderClassName
{
color: #75321A;
}
.AnyTagClassName
{
color: #75321A;
}
</style>
background-color css
<style>
a { background-color: #75321A; }
a { background-color: rgb(117,50,26); }
div.DivClassName
{
background-color: #75321A;
}
.BgClassName
{
background-color: #75321A;
}
</style>
border-color css
<style>
span { border-color: #75321A; }
span { border-color: rgb(117,50,26); }
td.TdClassName
{
border-color: #75321A;
}
.TagClassName
{
border-color: #75321A;
}
</style>