Shades of Peru Tan #75320D
Tints of Peru Tan #75320D
RGB
CMYK
RGB Variations
Color information
#75320D (or 0x75320D) is known color: Peru Tan. HEX triplet: 75, 32 and 0D. RGB value is (117,50,13). Sum of RGB (Red+Green+Blue) = 117+50+13=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #75320D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75320D is #8ACDF2. Grayscale: #424242. Windows color (decimal): -9096691 or 864885. OLE color: 864885.
HSL color Cylindrical-coordinate representation of color #75320D: hue angle of 21.35º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75320D is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 50 | 13 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.54 |
| HSL | 21.35º | 0.8% | 0.25% | - |
| HSV(B) | 21.35º | 0.89% | 0.46% | - |
| XYZ | 8.55 | 6.09 | 1.11 | - |
| YUV | 65.82 | 98.2 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 50 | 13 | 0 | 0.57 | 0.89 | 0.54 | 21.35 | 0.8 | 0.25 |
| Hex | 75 | 32 | D | 0 | 39 | 59 | 36 | 15 | 50 | 19 |
| Octal | 165 | 62 | 15 | 0 | 71 | 131 | 66 | 25 | 120 | 31 |
| Binary | 1110101 | 110010 | 1101 | 0 | 111001 | 1011001 | 110110 | 10101 | 1010000 | 11001 |
Color Harmonies of #75320D
Complementary color
Monochromatic Colors of #75320D
Black with #75320D
Text Example
Text Example
White with #75320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75320D; }
p { color: rgb(117,50,13); }
H1.HeaderClassName
{
color: #75320D;
}
.AnyTagClassName
{
color: #75320D;
}
</style>
background-color css
<style>
a { background-color: #75320D; }
a { background-color: rgb(117,50,13); }
div.DivClassName
{
background-color: #75320D;
}
.BgClassName
{
background-color: #75320D;
}
</style>
border-color css
<style>
span { border-color: #75320D; }
span { border-color: rgb(117,50,13); }
td.TdClassName
{
border-color: #75320D;
}
.TagClassName
{
border-color: #75320D;
}
</style>