Shades of Peru Tan #752808
Tints of Peru Tan #752808
RGB
CMYK
RGB Variations
Color information
#752808 (or 0x752808) is known color: Peru Tan. HEX triplet: 75, 28 and 08. RGB value is (117,40,8). Sum of RGB (Red+Green+Blue) = 117+40+8=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #752808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752808 is #8AD7F7. Grayscale: #3B3B3B. Windows color (decimal): -9099256 or 534645. OLE color: 534645.
HSL color Cylindrical-coordinate representation of color #752808: hue angle of 17.61º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #752808 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 40 | 8 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.54 |
| HSL | 17.61º | 0.87% | 0.25% | - |
| HSV(B) | 17.61º | 0.93% | 0.46% | - |
| XYZ | 8.14 | 5.32 | 0.83 | - |
| YUV | 59.38 | 99.01 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 8 | 0 | 0.66 | 0.93 | 0.54 | 17.61 | 0.87 | 0.25 |
| Hex | 75 | 28 | 8 | 0 | 42 | 5D | 36 | 12 | 57 | 19 |
| Octal | 165 | 50 | 10 | 0 | 102 | 135 | 66 | 22 | 127 | 31 |
| Binary | 1110101 | 101000 | 1000 | 0 | 1000010 | 1011101 | 110110 | 10010 | 1010111 | 11001 |
Color Harmonies of #752808
Complementary color
Monochromatic Colors of #752808
Black with #752808
Text Example
Text Example
White with #752808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752808; }
p { color: rgb(117,40,8); }
H1.HeaderClassName
{
color: #752808;
}
.AnyTagClassName
{
color: #752808;
}
</style>
background-color css
<style>
a { background-color: #752808; }
a { background-color: rgb(117,40,8); }
div.DivClassName
{
background-color: #752808;
}
.BgClassName
{
background-color: #752808;
}
</style>
border-color css
<style>
span { border-color: #752808; }
span { border-color: rgb(117,40,8); }
td.TdClassName
{
border-color: #752808;
}
.TagClassName
{
border-color: #752808;
}
</style>