Shades of Peru Tan #72300A
Tints of Peru Tan #72300A
RGB
CMYK
RGB Variations
Color information
#72300A (or 0x72300A) is known color: Peru Tan. HEX triplet: 72, 30 and 0A. RGB value is (114,48,10). Sum of RGB (Red+Green+Blue) = 114+48+10=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #72300A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72300A is #8DCFF5. Grayscale: #3F3F3F. Windows color (decimal): -9293814 or 667762. OLE color: 667762.
HSL color Cylindrical-coordinate representation of color #72300A: hue angle of 21.92º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72300A is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 48 | 10 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.55 |
| HSL | 21.92º | 0.84% | 0.24% | - |
| HSV(B) | 21.92º | 0.91% | 0.45% | - |
| XYZ | 8.05 | 5.71 | 0.97 | - |
| YUV | 63.4 | 97.87 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 48 | 10 | 0 | 0.58 | 0.91 | 0.55 | 21.92 | 0.84 | 0.24 |
| Hex | 72 | 30 | A | 0 | 3A | 5B | 37 | 16 | 54 | 18 |
| Octal | 162 | 60 | 12 | 0 | 72 | 133 | 67 | 26 | 124 | 30 |
| Binary | 1110010 | 110000 | 1010 | 0 | 111010 | 1011011 | 110111 | 10110 | 1010100 | 11000 |
Color Harmonies of #72300A
Complementary color
Monochromatic Colors of #72300A
Black with #72300A
Text Example
Text Example
White with #72300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72300A; }
p { color: rgb(114,48,10); }
H1.HeaderClassName
{
color: #72300A;
}
.AnyTagClassName
{
color: #72300A;
}
</style>
background-color css
<style>
a { background-color: #72300A; }
a { background-color: rgb(114,48,10); }
div.DivClassName
{
background-color: #72300A;
}
.BgClassName
{
background-color: #72300A;
}
</style>
border-color css
<style>
span { border-color: #72300A; }
span { border-color: rgb(114,48,10); }
td.TdClassName
{
border-color: #72300A;
}
.TagClassName
{
border-color: #72300A;
}
</style>