Shades of Peru Tan #72381E
Tints of Peru Tan #72381E
RGB
CMYK
RGB Variations
Color information
#72381E (or 0x72381E) is known color: Peru Tan. HEX triplet: 72, 38 and 1E. RGB value is (114,56,30). Sum of RGB (Red+Green+Blue) = 114+56+30=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #72381E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72381E is #8DC7E1. Grayscale: #464646. Windows color (decimal): -9291746 or 1980530. OLE color: 1980530.
HSL color Cylindrical-coordinate representation of color #72381E: hue angle of 18.57º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72381E is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 56 | 30 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.55 |
| HSL | 18.57º | 0.58% | 0.28% | - |
| HSV(B) | 18.57º | 0.74% | 0.45% | - |
| XYZ | 8.59 | 6.5 | 2.03 | - |
| YUV | 70.38 | 105.22 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 56 | 30 | 0 | 0.51 | 0.74 | 0.55 | 18.57 | 0.58 | 0.28 |
| Hex | 72 | 38 | 1E | 0 | 33 | 4A | 37 | 13 | 3A | 1C |
| Octal | 162 | 70 | 36 | 0 | 63 | 112 | 67 | 23 | 72 | 34 |
| Binary | 1110010 | 111000 | 11110 | 0 | 110011 | 1001010 | 110111 | 10011 | 111010 | 11100 |
Color Harmonies of #72381E
Complementary color
Monochromatic Colors of #72381E
Black with #72381E
Text Example
Text Example
White with #72381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72381E; }
p { color: rgb(114,56,30); }
H1.HeaderClassName
{
color: #72381E;
}
.AnyTagClassName
{
color: #72381E;
}
</style>
background-color css
<style>
a { background-color: #72381E; }
a { background-color: rgb(114,56,30); }
div.DivClassName
{
background-color: #72381E;
}
.BgClassName
{
background-color: #72381E;
}
</style>
border-color css
<style>
span { border-color: #72381E; }
span { border-color: rgb(114,56,30); }
td.TdClassName
{
border-color: #72381E;
}
.TagClassName
{
border-color: #72381E;
}
</style>