Shades of Peru Tan #752A0B
Tints of Peru Tan #752A0B
RGB
CMYK
RGB Variations
Color information
#752A0B (or 0x752A0B) is known color: Peru Tan. HEX triplet: 75, 2A and 0B. RGB value is (117,42,11). Sum of RGB (Red+Green+Blue) = 117+42+11=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #752A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752A0B is #8AD5F4. Grayscale: #3D3D3D. Windows color (decimal): -9098741 or 731765. OLE color: 731765.
HSL color Cylindrical-coordinate representation of color #752A0B: hue angle of 17.55º 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 #752A0B is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 42 | 11 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.54 |
| HSL | 17.55º | 0.83% | 0.25% | - |
| HSV(B) | 17.55º | 0.91% | 0.46% | - |
| XYZ | 8.22 | 5.46 | 0.94 | - |
| YUV | 60.89 | 99.85 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 11 | 0 | 0.64 | 0.91 | 0.54 | 17.55 | 0.83 | 0.25 |
| Hex | 75 | 2A | B | 0 | 40 | 5B | 36 | 12 | 53 | 19 |
| Octal | 165 | 52 | 13 | 0 | 100 | 133 | 66 | 22 | 123 | 31 |
| Binary | 1110101 | 101010 | 1011 | 0 | 1000000 | 1011011 | 110110 | 10010 | 1010011 | 11001 |
Color Harmonies of #752A0B
Complementary color
Monochromatic Colors of #752A0B
Black with #752A0B
Text Example
Text Example
White with #752A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752A0B; }
p { color: rgb(117,42,11); }
H1.HeaderClassName
{
color: #752A0B;
}
.AnyTagClassName
{
color: #752A0B;
}
</style>
background-color css
<style>
a { background-color: #752A0B; }
a { background-color: rgb(117,42,11); }
div.DivClassName
{
background-color: #752A0B;
}
.BgClassName
{
background-color: #752A0B;
}
</style>
border-color css
<style>
span { border-color: #752A0B; }
span { border-color: rgb(117,42,11); }
td.TdClassName
{
border-color: #752A0B;
}
.TagClassName
{
border-color: #752A0B;
}
</style>