Shades of Peru Tan #74351C
Tints of Peru Tan #74351C
RGB
CMYK
RGB Variations
Color information
#74351C (or 0x74351C) is known color: Peru Tan. HEX triplet: 74, 35 and 1C. RGB value is (116,53,28). Sum of RGB (Red+Green+Blue) = 116+53+28=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #74351C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74351C is #8BCAE3. Grayscale: #454545. Windows color (decimal): -9161444 or 1848692. OLE color: 1848692.
HSL color Cylindrical-coordinate representation of color #74351C: hue angle of 17.05º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74351C is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 53 | 28 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.55 |
| HSL | 17.05º | 0.61% | 0.28% | - |
| HSV(B) | 17.05º | 0.76% | 0.45% | - |
| XYZ | 8.69 | 6.34 | 1.87 | - |
| YUV | 68.99 | 104.87 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 28 | 0 | 0.54 | 0.76 | 0.55 | 17.05 | 0.61 | 0.28 |
| Hex | 74 | 35 | 1C | 0 | 36 | 4C | 37 | 11 | 3D | 1C |
| Octal | 164 | 65 | 34 | 0 | 66 | 114 | 67 | 21 | 75 | 34 |
| Binary | 1110100 | 110101 | 11100 | 0 | 110110 | 1001100 | 110111 | 10001 | 111101 | 11100 |
Color Harmonies of #74351C
Complementary color
Monochromatic Colors of #74351C
Black with #74351C
Text Example
Text Example
White with #74351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74351C; }
p { color: rgb(116,53,28); }
H1.HeaderClassName
{
color: #74351C;
}
.AnyTagClassName
{
color: #74351C;
}
</style>
background-color css
<style>
a { background-color: #74351C; }
a { background-color: rgb(116,53,28); }
div.DivClassName
{
background-color: #74351C;
}
.BgClassName
{
background-color: #74351C;
}
</style>
border-color css
<style>
span { border-color: #74351C; }
span { border-color: rgb(116,53,28); }
td.TdClassName
{
border-color: #74351C;
}
.TagClassName
{
border-color: #74351C;
}
</style>