Shades of Peru Tan #72371C
Tints of Peru Tan #72371C
RGB
CMYK
RGB Variations
Color information
#72371C (or 0x72371C) is known color: Peru Tan. HEX triplet: 72, 37 and 1C. RGB value is (114,55,28). Sum of RGB (Red+Green+Blue) = 114+55+28=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #72371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72371C is #8DC8E3. Grayscale: #454545. Windows color (decimal): -9292004 or 1849202. OLE color: 1849202.
HSL color Cylindrical-coordinate representation of color #72371C: hue angle of 18.84º degrees, saturation: 0.61, 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 #72371C is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 55 | 28 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.55 |
| HSL | 18.84º | 0.61% | 0.28% | - |
| HSV(B) | 18.84º | 0.75% | 0.45% | - |
| XYZ | 8.52 | 6.39 | 1.88 | - |
| YUV | 69.56 | 104.55 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 55 | 28 | 0 | 0.52 | 0.75 | 0.55 | 18.84 | 0.61 | 0.28 |
| Hex | 72 | 37 | 1C | 0 | 34 | 4B | 37 | 13 | 3D | 1C |
| Octal | 162 | 67 | 34 | 0 | 64 | 113 | 67 | 23 | 75 | 34 |
| Binary | 1110010 | 110111 | 11100 | 0 | 110100 | 1001011 | 110111 | 10011 | 111101 | 11100 |
Color Harmonies of #72371C
Complementary color
Monochromatic Colors of #72371C
Black with #72371C
Text Example
Text Example
White with #72371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72371C; }
p { color: rgb(114,55,28); }
H1.HeaderClassName
{
color: #72371C;
}
.AnyTagClassName
{
color: #72371C;
}
</style>
background-color css
<style>
a { background-color: #72371C; }
a { background-color: rgb(114,55,28); }
div.DivClassName
{
background-color: #72371C;
}
.BgClassName
{
background-color: #72371C;
}
</style>
border-color css
<style>
span { border-color: #72371C; }
span { border-color: rgb(114,55,28); }
td.TdClassName
{
border-color: #72371C;
}
.TagClassName
{
border-color: #72371C;
}
</style>