Shades of Peru Tan #72351A
Tints of Peru Tan #72351A
RGB
CMYK
RGB Variations
Color information
#72351A (or 0x72351A) is known color: Peru Tan. HEX triplet: 72, 35 and 1A. RGB value is (114,53,26). Sum of RGB (Red+Green+Blue) = 114+53+26=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #72351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72351A is #8DCAE5. Grayscale: #444444. Windows color (decimal): -9292518 or 1717618. OLE color: 1717618.
HSL color Cylindrical-coordinate representation of color #72351A: hue angle of 18.41º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72351A is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 53 | 26 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.55 |
| HSL | 18.41º | 0.63% | 0.27% | - |
| HSV(B) | 18.41º | 0.77% | 0.45% | - |
| XYZ | 8.4 | 6.2 | 1.73 | - |
| YUV | 68.16 | 104.21 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 53 | 26 | 0 | 0.54 | 0.77 | 0.55 | 18.41 | 0.63 | 0.27 |
| Hex | 72 | 35 | 1A | 0 | 36 | 4D | 37 | 12 | 3F | 1B |
| Octal | 162 | 65 | 32 | 0 | 66 | 115 | 67 | 22 | 77 | 33 |
| Binary | 1110010 | 110101 | 11010 | 0 | 110110 | 1001101 | 110111 | 10010 | 111111 | 11011 |
Color Harmonies of #72351A
Complementary color
Monochromatic Colors of #72351A
Black with #72351A
Text Example
Text Example
White with #72351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72351A; }
p { color: rgb(114,53,26); }
H1.HeaderClassName
{
color: #72351A;
}
.AnyTagClassName
{
color: #72351A;
}
</style>
background-color css
<style>
a { background-color: #72351A; }
a { background-color: rgb(114,53,26); }
div.DivClassName
{
background-color: #72351A;
}
.BgClassName
{
background-color: #72351A;
}
</style>
border-color css
<style>
span { border-color: #72351A; }
span { border-color: rgb(114,53,26); }
td.TdClassName
{
border-color: #72351A;
}
.TagClassName
{
border-color: #72351A;
}
</style>