Shades of Peru Tan #72360B
Tints of Peru Tan #72360B
RGB
CMYK
RGB Variations
Color information
#72360B (or 0x72360B) is known color: Peru Tan. HEX triplet: 72, 36 and 0B. RGB value is (114,54,11). Sum of RGB (Red+Green+Blue) = 114+54+11=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #72360B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72360B is #8DC9F4. Grayscale: #434343. Windows color (decimal): -9292277 or 734834. OLE color: 734834.
HSL color Cylindrical-coordinate representation of color #72360B: hue angle of 25.05º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72360B is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 54 | 11 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.55 |
| HSL | 25.05º | 0.82% | 0.25% | - |
| HSV(B) | 25.05º | 0.9% | 0.45% | - |
| XYZ | 8.32 | 6.24 | 1.08 | - |
| YUV | 67.04 | 96.38 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 54 | 11 | 0 | 0.53 | 0.90 | 0.55 | 25.05 | 0.82 | 0.25 |
| Hex | 72 | 36 | B | 0 | 35 | 5A | 37 | 19 | 52 | 19 |
| Octal | 162 | 66 | 13 | 0 | 65 | 132 | 67 | 31 | 122 | 31 |
| Binary | 1110010 | 110110 | 1011 | 0 | 110101 | 1011010 | 110111 | 11001 | 1010010 | 11001 |
Color Harmonies of #72360B
Complementary color
Monochromatic Colors of #72360B
Black with #72360B
Text Example
Text Example
White with #72360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72360B; }
p { color: rgb(114,54,11); }
H1.HeaderClassName
{
color: #72360B;
}
.AnyTagClassName
{
color: #72360B;
}
</style>
background-color css
<style>
a { background-color: #72360B; }
a { background-color: rgb(114,54,11); }
div.DivClassName
{
background-color: #72360B;
}
.BgClassName
{
background-color: #72360B;
}
</style>
border-color css
<style>
span { border-color: #72360B; }
span { border-color: rgb(114,54,11); }
td.TdClassName
{
border-color: #72360B;
}
.TagClassName
{
border-color: #72360B;
}
</style>