Shades of Peru Tan #752C0B
Tints of Peru Tan #752C0B
RGB
CMYK
RGB Variations
Color information
#752C0B (or 0x752C0B) is known color: Peru Tan. HEX triplet: 75, 2C and 0B. RGB value is (117,44,11). Sum of RGB (Red+Green+Blue) = 117+44+11=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #752C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752C0B is #8AD3F4. Grayscale: #3E3E3E. Windows color (decimal): -9098229 or 732277. OLE color: 732277.
HSL color Cylindrical-coordinate representation of color #752C0B: hue angle of 18.68º 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 #752C0B is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 44 | 11 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.54 |
| HSL | 18.68º | 0.83% | 0.25% | - |
| HSV(B) | 18.68º | 0.91% | 0.46% | - |
| XYZ | 8.3 | 5.61 | 0.96 | - |
| YUV | 62.07 | 99.18 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 11 | 0 | 0.62 | 0.91 | 0.54 | 18.68 | 0.83 | 0.25 |
| Hex | 75 | 2C | B | 0 | 3E | 5B | 36 | 13 | 53 | 19 |
| Octal | 165 | 54 | 13 | 0 | 76 | 133 | 66 | 23 | 123 | 31 |
| Binary | 1110101 | 101100 | 1011 | 0 | 111110 | 1011011 | 110110 | 10011 | 1010011 | 11001 |
Color Harmonies of #752C0B
Complementary color
Monochromatic Colors of #752C0B
Black with #752C0B
Text Example
Text Example
White with #752C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C0B; }
p { color: rgb(117,44,11); }
H1.HeaderClassName
{
color: #752C0B;
}
.AnyTagClassName
{
color: #752C0B;
}
</style>
background-color css
<style>
a { background-color: #752C0B; }
a { background-color: rgb(117,44,11); }
div.DivClassName
{
background-color: #752C0B;
}
.BgClassName
{
background-color: #752C0B;
}
</style>
border-color css
<style>
span { border-color: #752C0B; }
span { border-color: rgb(117,44,11); }
td.TdClassName
{
border-color: #752C0B;
}
.TagClassName
{
border-color: #752C0B;
}
</style>