Shades of Peru Tan #72350D
Tints of Peru Tan #72350D
RGB
CMYK
RGB Variations
Color information
#72350D (or 0x72350D) is known color: Peru Tan. HEX triplet: 72, 35 and 0D. RGB value is (114,53,13). Sum of RGB (Red+Green+Blue) = 114+53+13=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #72350D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72350D is #8DCAF2. Grayscale: #424242. Windows color (decimal): -9292531 or 865650. OLE color: 865650.
HSL color Cylindrical-coordinate representation of color #72350D: hue angle of 23.76º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72350D is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 53 | 13 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.55 |
| HSL | 23.76º | 0.8% | 0.25% | - |
| HSV(B) | 23.76º | 0.89% | 0.45% | - |
| XYZ | 8.29 | 6.15 | 1.13 | - |
| YUV | 66.68 | 97.71 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 53 | 13 | 0 | 0.54 | 0.89 | 0.55 | 23.76 | 0.8 | 0.25 |
| Hex | 72 | 35 | D | 0 | 36 | 59 | 37 | 18 | 50 | 19 |
| Octal | 162 | 65 | 15 | 0 | 66 | 131 | 67 | 30 | 120 | 31 |
| Binary | 1110010 | 110101 | 1101 | 0 | 110110 | 1011001 | 110111 | 11000 | 1010000 | 11001 |
Color Harmonies of #72350D
Complementary color
Monochromatic Colors of #72350D
Black with #72350D
Text Example
Text Example
White with #72350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72350D; }
p { color: rgb(114,53,13); }
H1.HeaderClassName
{
color: #72350D;
}
.AnyTagClassName
{
color: #72350D;
}
</style>
background-color css
<style>
a { background-color: #72350D; }
a { background-color: rgb(114,53,13); }
div.DivClassName
{
background-color: #72350D;
}
.BgClassName
{
background-color: #72350D;
}
</style>
border-color css
<style>
span { border-color: #72350D; }
span { border-color: rgb(114,53,13); }
td.TdClassName
{
border-color: #72350D;
}
.TagClassName
{
border-color: #72350D;
}
</style>