Shades of Peru Tan #71350B
Tints of Peru Tan #71350B
RGB
CMYK
RGB Variations
Color information
#71350B (or 0x71350B) is known color: Peru Tan. HEX triplet: 71, 35 and 0B. RGB value is (113,53,11). Sum of RGB (Red+Green+Blue) = 113+53+11=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #71350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71350B is #8ECAF4. Grayscale: #424242. Windows color (decimal): -9358069 or 734577. OLE color: 734577.
HSL color Cylindrical-coordinate representation of color #71350B: hue angle of 24.71º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71350B is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 53 | 11 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.56 |
| HSL | 24.71º | 0.82% | 0.24% | - |
| HSV(B) | 24.71º | 0.9% | 0.44% | - |
| XYZ | 8.14 | 6.08 | 1.06 | - |
| YUV | 66.15 | 96.88 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 53 | 11 | 0 | 0.53 | 0.90 | 0.56 | 24.71 | 0.82 | 0.24 |
| Hex | 71 | 35 | B | 0 | 35 | 5A | 38 | 19 | 52 | 18 |
| Octal | 161 | 65 | 13 | 0 | 65 | 132 | 70 | 31 | 122 | 30 |
| Binary | 1110001 | 110101 | 1011 | 0 | 110101 | 1011010 | 111000 | 11001 | 1010010 | 11000 |
Color Harmonies of #71350B
Complementary color
Monochromatic Colors of #71350B
Black with #71350B
Text Example
Text Example
White with #71350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71350B; }
p { color: rgb(113,53,11); }
H1.HeaderClassName
{
color: #71350B;
}
.AnyTagClassName
{
color: #71350B;
}
</style>
background-color css
<style>
a { background-color: #71350B; }
a { background-color: rgb(113,53,11); }
div.DivClassName
{
background-color: #71350B;
}
.BgClassName
{
background-color: #71350B;
}
</style>
border-color css
<style>
span { border-color: #71350B; }
span { border-color: rgb(113,53,11); }
td.TdClassName
{
border-color: #71350B;
}
.TagClassName
{
border-color: #71350B;
}
</style>