Shades of Peru Tan #75330D
Tints of Peru Tan #75330D
RGB
CMYK
RGB Variations
Color information
#75330D (or 0x75330D) is known color: Peru Tan. HEX triplet: 75, 33 and 0D. RGB value is (117,51,13). Sum of RGB (Red+Green+Blue) = 117+51+13=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #75330D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75330D is #8ACCF2. Grayscale: #424242. Windows color (decimal): -9096435 or 865141. OLE color: 865141.
HSL color Cylindrical-coordinate representation of color #75330D: hue angle of 21.92º 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 #75330D is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 51 | 13 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.54 |
| HSL | 21.92º | 0.8% | 0.25% | - |
| HSV(B) | 21.92º | 0.89% | 0.46% | - |
| XYZ | 8.59 | 6.18 | 1.12 | - |
| YUV | 66.4 | 97.87 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 51 | 13 | 0 | 0.56 | 0.89 | 0.54 | 21.92 | 0.8 | 0.25 |
| Hex | 75 | 33 | D | 0 | 38 | 59 | 36 | 16 | 50 | 19 |
| Octal | 165 | 63 | 15 | 0 | 70 | 131 | 66 | 26 | 120 | 31 |
| Binary | 1110101 | 110011 | 1101 | 0 | 111000 | 1011001 | 110110 | 10110 | 1010000 | 11001 |
Color Harmonies of #75330D
Complementary color
Monochromatic Colors of #75330D
Black with #75330D
Text Example
Text Example
White with #75330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75330D; }
p { color: rgb(117,51,13); }
H1.HeaderClassName
{
color: #75330D;
}
.AnyTagClassName
{
color: #75330D;
}
</style>
background-color css
<style>
a { background-color: #75330D; }
a { background-color: rgb(117,51,13); }
div.DivClassName
{
background-color: #75330D;
}
.BgClassName
{
background-color: #75330D;
}
</style>
border-color css
<style>
span { border-color: #75330D; }
span { border-color: rgb(117,51,13); }
td.TdClassName
{
border-color: #75330D;
}
.TagClassName
{
border-color: #75330D;
}
</style>