Shades of Peru Tan #72380F
Tints of Peru Tan #72380F
RGB
CMYK
RGB Variations
Color information
#72380F (or 0x72380F) is known color: Peru Tan. HEX triplet: 72, 38 and 0F. RGB value is (114,56,15). Sum of RGB (Red+Green+Blue) = 114+56+15=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #72380F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72380F is #8DC7F0. Grayscale: #444444. Windows color (decimal): -9291761 or 997490. OLE color: 997490.
HSL color Cylindrical-coordinate representation of color #72380F: hue angle of 24.85º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72380F is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 56 | 15 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.55 |
| HSL | 24.85º | 0.77% | 0.25% | - |
| HSV(B) | 24.85º | 0.87% | 0.45% | - |
| XYZ | 8.44 | 6.44 | 1.25 | - |
| YUV | 68.67 | 97.72 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 56 | 15 | 0 | 0.51 | 0.87 | 0.55 | 24.85 | 0.77 | 0.25 |
| Hex | 72 | 38 | F | 0 | 33 | 57 | 37 | 19 | 4D | 19 |
| Octal | 162 | 70 | 17 | 0 | 63 | 127 | 67 | 31 | 115 | 31 |
| Binary | 1110010 | 111000 | 1111 | 0 | 110011 | 1010111 | 110111 | 11001 | 1001101 | 11001 |
Color Harmonies of #72380F
Complementary color
Monochromatic Colors of #72380F
Black with #72380F
Text Example
Text Example
White with #72380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72380F; }
p { color: rgb(114,56,15); }
H1.HeaderClassName
{
color: #72380F;
}
.AnyTagClassName
{
color: #72380F;
}
</style>
background-color css
<style>
a { background-color: #72380F; }
a { background-color: rgb(114,56,15); }
div.DivClassName
{
background-color: #72380F;
}
.BgClassName
{
background-color: #72380F;
}
</style>
border-color css
<style>
span { border-color: #72380F; }
span { border-color: rgb(114,56,15); }
td.TdClassName
{
border-color: #72380F;
}
.TagClassName
{
border-color: #72380F;
}
</style>