Shades of Peru Tan #72361D
Tints of Peru Tan #72361D
RGB
CMYK
RGB Variations
Color information
#72361D (or 0x72361D) is known color: Peru Tan. HEX triplet: 72, 36 and 1D. RGB value is (114,54,29). Sum of RGB (Red+Green+Blue) = 114+54+29=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #72361D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72361D is #8DC9E2. Grayscale: #454545. Windows color (decimal): -9292259 or 1914482. OLE color: 1914482.
HSL color Cylindrical-coordinate representation of color #72361D: hue angle of 17.65º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72361D is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 54 | 29 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.55 |
| HSL | 17.65º | 0.59% | 0.28% | - |
| HSV(B) | 17.65º | 0.75% | 0.45% | - |
| XYZ | 8.48 | 6.3 | 1.93 | - |
| YUV | 69.09 | 105.38 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 54 | 29 | 0 | 0.53 | 0.75 | 0.55 | 17.65 | 0.59 | 0.28 |
| Hex | 72 | 36 | 1D | 0 | 35 | 4B | 37 | 12 | 3B | 1C |
| Octal | 162 | 66 | 35 | 0 | 65 | 113 | 67 | 22 | 73 | 34 |
| Binary | 1110010 | 110110 | 11101 | 0 | 110101 | 1001011 | 110111 | 10010 | 111011 | 11100 |
Color Harmonies of #72361D
Complementary color
Monochromatic Colors of #72361D
Black with #72361D
Text Example
Text Example
White with #72361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72361D; }
p { color: rgb(114,54,29); }
H1.HeaderClassName
{
color: #72361D;
}
.AnyTagClassName
{
color: #72361D;
}
</style>
background-color css
<style>
a { background-color: #72361D; }
a { background-color: rgb(114,54,29); }
div.DivClassName
{
background-color: #72361D;
}
.BgClassName
{
background-color: #72361D;
}
</style>
border-color css
<style>
span { border-color: #72361D; }
span { border-color: rgb(114,54,29); }
td.TdClassName
{
border-color: #72361D;
}
.TagClassName
{
border-color: #72361D;
}
</style>