Shades of Peru Tan #71351C
Tints of Peru Tan #71351C
RGB
CMYK
RGB Variations
Color information
#71351C (or 0x71351C) is known color: Peru Tan. HEX triplet: 71, 35 and 1C. RGB value is (113,53,28). Sum of RGB (Red+Green+Blue) = 113+53+28=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #71351C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71351C is #8ECAE3. Grayscale: #444444. Windows color (decimal): -9358052 or 1848689. OLE color: 1848689.
HSL color Cylindrical-coordinate representation of color #71351C: hue angle of 17.65º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71351C is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 53 | 28 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.56 |
| HSL | 17.65º | 0.6% | 0.28% | - |
| HSV(B) | 17.65º | 0.75% | 0.44% | - |
| XYZ | 8.29 | 6.14 | 1.85 | - |
| YUV | 68.09 | 105.38 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 53 | 28 | 0 | 0.53 | 0.75 | 0.56 | 17.65 | 0.6 | 0.28 |
| Hex | 71 | 35 | 1C | 0 | 35 | 4B | 38 | 12 | 3C | 1C |
| Octal | 161 | 65 | 34 | 0 | 65 | 113 | 70 | 22 | 74 | 34 |
| Binary | 1110001 | 110101 | 11100 | 0 | 110101 | 1001011 | 111000 | 10010 | 111100 | 11100 |
Color Harmonies of #71351C
Complementary color
Monochromatic Colors of #71351C
Black with #71351C
Text Example
Text Example
White with #71351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71351C; }
p { color: rgb(113,53,28); }
H1.HeaderClassName
{
color: #71351C;
}
.AnyTagClassName
{
color: #71351C;
}
</style>
background-color css
<style>
a { background-color: #71351C; }
a { background-color: rgb(113,53,28); }
div.DivClassName
{
background-color: #71351C;
}
.BgClassName
{
background-color: #71351C;
}
</style>
border-color css
<style>
span { border-color: #71351C; }
span { border-color: rgb(113,53,28); }
td.TdClassName
{
border-color: #71351C;
}
.TagClassName
{
border-color: #71351C;
}
</style>