Shades of Peru Tan #72320B
Tints of Peru Tan #72320B
RGB
CMYK
RGB Variations
Color information
#72320B (or 0x72320B) is known color: Peru Tan. HEX triplet: 72, 32 and 0B. RGB value is (114,50,11). Sum of RGB (Red+Green+Blue) = 114+50+11=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #72320B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72320B is #8DCDF4. Grayscale: #404040. Windows color (decimal): -9293301 or 733810. OLE color: 733810.
HSL color Cylindrical-coordinate representation of color #72320B: hue angle of 22.72º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72320B is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 50 | 11 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.55 |
| HSL | 22.72º | 0.82% | 0.25% | - |
| HSV(B) | 22.72º | 0.9% | 0.45% | - |
| XYZ | 8.14 | 5.88 | 1.02 | - |
| YUV | 64.69 | 97.7 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 11 | 0 | 0.56 | 0.90 | 0.55 | 22.72 | 0.82 | 0.25 |
| Hex | 72 | 32 | B | 0 | 38 | 5A | 37 | 17 | 52 | 19 |
| Octal | 162 | 62 | 13 | 0 | 70 | 132 | 67 | 27 | 122 | 31 |
| Binary | 1110010 | 110010 | 1011 | 0 | 111000 | 1011010 | 110111 | 10111 | 1010010 | 11001 |
Color Harmonies of #72320B
Complementary color
Monochromatic Colors of #72320B
Black with #72320B
Text Example
Text Example
White with #72320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72320B; }
p { color: rgb(114,50,11); }
H1.HeaderClassName
{
color: #72320B;
}
.AnyTagClassName
{
color: #72320B;
}
</style>
background-color css
<style>
a { background-color: #72320B; }
a { background-color: rgb(114,50,11); }
div.DivClassName
{
background-color: #72320B;
}
.BgClassName
{
background-color: #72320B;
}
</style>
border-color css
<style>
span { border-color: #72320B; }
span { border-color: rgb(114,50,11); }
td.TdClassName
{
border-color: #72320B;
}
.TagClassName
{
border-color: #72320B;
}
</style>