Shades of Peru Tan #71360F
Tints of Peru Tan #71360F
RGB
CMYK
RGB Variations
Color information
#71360F (or 0x71360F) is known color: Peru Tan. HEX triplet: 71, 36 and 0F. RGB value is (113,54,15). Sum of RGB (Red+Green+Blue) = 113+54+15=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #71360F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71360F is #8EC9F0. Grayscale: #434343. Windows color (decimal): -9357809 or 996977. OLE color: 996977.
HSL color Cylindrical-coordinate representation of color #71360F: hue angle of 23.88º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71360F is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 54 | 15 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.56 |
| HSL | 23.88º | 0.77% | 0.25% | - |
| HSV(B) | 23.88º | 0.87% | 0.44% | - |
| XYZ | 8.22 | 6.18 | 1.21 | - |
| YUV | 67.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 54 | 15 | 0 | 0.52 | 0.87 | 0.56 | 23.88 | 0.77 | 0.25 |
| Hex | 71 | 36 | F | 0 | 34 | 57 | 38 | 18 | 4D | 19 |
| Octal | 161 | 66 | 17 | 0 | 64 | 127 | 70 | 30 | 115 | 31 |
| Binary | 1110001 | 110110 | 1111 | 0 | 110100 | 1010111 | 111000 | 11000 | 1001101 | 11001 |
Color Harmonies of #71360F
Complementary color
Monochromatic Colors of #71360F
Black with #71360F
Text Example
Text Example
White with #71360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71360F; }
p { color: rgb(113,54,15); }
H1.HeaderClassName
{
color: #71360F;
}
.AnyTagClassName
{
color: #71360F;
}
</style>
background-color css
<style>
a { background-color: #71360F; }
a { background-color: rgb(113,54,15); }
div.DivClassName
{
background-color: #71360F;
}
.BgClassName
{
background-color: #71360F;
}
</style>
border-color css
<style>
span { border-color: #71360F; }
span { border-color: rgb(113,54,15); }
td.TdClassName
{
border-color: #71360F;
}
.TagClassName
{
border-color: #71360F;
}
</style>