Shades of Peru Tan #752F0B
Tints of Peru Tan #752F0B
RGB
CMYK
RGB Variations
Color information
#752F0B (or 0x752F0B) is known color: Peru Tan. HEX triplet: 75, 2F and 0B. RGB value is (117,47,11). Sum of RGB (Red+Green+Blue) = 117+47+11=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #752F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F0B is #8AD0F4. Grayscale: #404040. Windows color (decimal): -9097461 or 733045. OLE color: 733045.
HSL color Cylindrical-coordinate representation of color #752F0B: hue angle of 20.38º 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 #752F0B is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 47 | 11 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.54 |
| HSL | 20.38º | 0.83% | 0.25% | - |
| HSV(B) | 20.38º | 0.91% | 0.46% | - |
| XYZ | 8.41 | 5.84 | 1 | - |
| YUV | 63.83 | 98.19 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 11 | 0 | 0.60 | 0.91 | 0.54 | 20.38 | 0.83 | 0.25 |
| Hex | 75 | 2F | B | 0 | 3C | 5B | 36 | 14 | 53 | 19 |
| Octal | 165 | 57 | 13 | 0 | 74 | 133 | 66 | 24 | 123 | 31 |
| Binary | 1110101 | 101111 | 1011 | 0 | 111100 | 1011011 | 110110 | 10100 | 1010011 | 11001 |
Color Harmonies of #752F0B
Complementary color
Monochromatic Colors of #752F0B
Black with #752F0B
Text Example
Text Example
White with #752F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F0B; }
p { color: rgb(117,47,11); }
H1.HeaderClassName
{
color: #752F0B;
}
.AnyTagClassName
{
color: #752F0B;
}
</style>
background-color css
<style>
a { background-color: #752F0B; }
a { background-color: rgb(117,47,11); }
div.DivClassName
{
background-color: #752F0B;
}
.BgClassName
{
background-color: #752F0B;
}
</style>
border-color css
<style>
span { border-color: #752F0B; }
span { border-color: rgb(117,47,11); }
td.TdClassName
{
border-color: #752F0B;
}
.TagClassName
{
border-color: #752F0B;
}
</style>