Shades of Peru Tan #71360A
Tints of Peru Tan #71360A
RGB
CMYK
RGB Variations
Color information
#71360A (or 0x71360A) is known color: Peru Tan. HEX triplet: 71, 36 and 0A. RGB value is (113,54,10). Sum of RGB (Red+Green+Blue) = 113+54+10=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #71360A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71360A is #8EC9F5. Grayscale: #424242. Windows color (decimal): -9357814 or 669297. OLE color: 669297.
HSL color Cylindrical-coordinate representation of color #71360A: hue angle of 25.63º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71360A is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 54 | 10 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.56 |
| HSL | 25.63º | 0.84% | 0.24% | - |
| HSV(B) | 25.63º | 0.91% | 0.44% | - |
| XYZ | 8.18 | 6.17 | 1.05 | - |
| YUV | 66.63 | 96.05 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 54 | 10 | 0 | 0.52 | 0.91 | 0.56 | 25.63 | 0.84 | 0.24 |
| Hex | 71 | 36 | A | 0 | 34 | 5B | 38 | 1A | 54 | 18 |
| Octal | 161 | 66 | 12 | 0 | 64 | 133 | 70 | 32 | 124 | 30 |
| Binary | 1110001 | 110110 | 1010 | 0 | 110100 | 1011011 | 111000 | 11010 | 1010100 | 11000 |
Color Harmonies of #71360A
Complementary color
Monochromatic Colors of #71360A
Black with #71360A
Text Example
Text Example
White with #71360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71360A; }
p { color: rgb(113,54,10); }
H1.HeaderClassName
{
color: #71360A;
}
.AnyTagClassName
{
color: #71360A;
}
</style>
background-color css
<style>
a { background-color: #71360A; }
a { background-color: rgb(113,54,10); }
div.DivClassName
{
background-color: #71360A;
}
.BgClassName
{
background-color: #71360A;
}
</style>
border-color css
<style>
span { border-color: #71360A; }
span { border-color: rgb(113,54,10); }
td.TdClassName
{
border-color: #71360A;
}
.TagClassName
{
border-color: #71360A;
}
</style>