Shades of Peru Tan #722F08
Tints of Peru Tan #722F08
RGB
CMYK
RGB Variations
Color information
#722F08 (or 0x722F08) is known color: Peru Tan. HEX triplet: 72, 2F and 08. RGB value is (114,47,8). Sum of RGB (Red+Green+Blue) = 114+47+8=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #722F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722F08 is #8DD0F7. Grayscale: #3E3E3E. Windows color (decimal): -9294072 or 536434. OLE color: 536434.
HSL color Cylindrical-coordinate representation of color #722F08: hue angle of 22.08º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #722F08 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 8 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.55 |
| HSL | 22.08º | 0.87% | 0.24% | - |
| HSV(B) | 22.08º | 0.93% | 0.45% | - |
| XYZ | 8 | 5.63 | 0.89 | - |
| YUV | 62.59 | 97.2 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 8 | 0 | 0.59 | 0.93 | 0.55 | 22.08 | 0.87 | 0.24 |
| Hex | 72 | 2F | 8 | 0 | 3B | 5D | 37 | 16 | 57 | 18 |
| Octal | 162 | 57 | 10 | 0 | 73 | 135 | 67 | 26 | 127 | 30 |
| Binary | 1110010 | 101111 | 1000 | 0 | 111011 | 1011101 | 110111 | 10110 | 1010111 | 11000 |
Color Harmonies of #722F08
Complementary color
Monochromatic Colors of #722F08
Black with #722F08
Text Example
Text Example
White with #722F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F08; }
p { color: rgb(114,47,8); }
H1.HeaderClassName
{
color: #722F08;
}
.AnyTagClassName
{
color: #722F08;
}
</style>
background-color css
<style>
a { background-color: #722F08; }
a { background-color: rgb(114,47,8); }
div.DivClassName
{
background-color: #722F08;
}
.BgClassName
{
background-color: #722F08;
}
</style>
border-color css
<style>
span { border-color: #722F08; }
span { border-color: rgb(114,47,8); }
td.TdClassName
{
border-color: #722F08;
}
.TagClassName
{
border-color: #722F08;
}
</style>