Shades of Peru Tan #75290B
Tints of Peru Tan #75290B
RGB
CMYK
RGB Variations
Color information
#75290B (or 0x75290B) is known color: Peru Tan. HEX triplet: 75, 29 and 0B. RGB value is (117,41,11). Sum of RGB (Red+Green+Blue) = 117+41+11=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #75290B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75290B is #8AD6F4. Grayscale: #3C3C3C. Windows color (decimal): -9098997 or 731509. OLE color: 731509.
HSL color Cylindrical-coordinate representation of color #75290B: hue angle of 16.98º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75290B is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 41 | 11 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.54 |
| HSL | 16.98º | 0.83% | 0.25% | - |
| HSV(B) | 16.98º | 0.91% | 0.46% | - |
| XYZ | 8.19 | 5.39 | 0.93 | - |
| YUV | 60.3 | 100.18 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 41 | 11 | 0 | 0.65 | 0.91 | 0.54 | 16.98 | 0.83 | 0.25 |
| Hex | 75 | 29 | B | 0 | 41 | 5B | 36 | 11 | 53 | 19 |
| Octal | 165 | 51 | 13 | 0 | 101 | 133 | 66 | 21 | 123 | 31 |
| Binary | 1110101 | 101001 | 1011 | 0 | 1000001 | 1011011 | 110110 | 10001 | 1010011 | 11001 |
Color Harmonies of #75290B
Complementary color
Monochromatic Colors of #75290B
Black with #75290B
Text Example
Text Example
White with #75290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75290B; }
p { color: rgb(117,41,11); }
H1.HeaderClassName
{
color: #75290B;
}
.AnyTagClassName
{
color: #75290B;
}
</style>
background-color css
<style>
a { background-color: #75290B; }
a { background-color: rgb(117,41,11); }
div.DivClassName
{
background-color: #75290B;
}
.BgClassName
{
background-color: #75290B;
}
</style>
border-color css
<style>
span { border-color: #75290B; }
span { border-color: rgb(117,41,11); }
td.TdClassName
{
border-color: #75290B;
}
.TagClassName
{
border-color: #75290B;
}
</style>