Shades of Peru Tan #74350D
Tints of Peru Tan #74350D
RGB
CMYK
RGB Variations
Color information
#74350D (or 0x74350D) is known color: Peru Tan. HEX triplet: 74, 35 and 0D. RGB value is (116,53,13). Sum of RGB (Red+Green+Blue) = 116+53+13=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #74350D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74350D is #8BCAF2. Grayscale: #434343. Windows color (decimal): -9161459 or 865652. OLE color: 865652.
HSL color Cylindrical-coordinate representation of color #74350D: hue angle of 23.3º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74350D is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 53 | 13 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.55 |
| HSL | 23.3º | 0.8% | 0.25% | - |
| HSV(B) | 23.3º | 0.89% | 0.45% | - |
| XYZ | 8.55 | 6.29 | 1.14 | - |
| YUV | 67.28 | 97.37 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 13 | 0 | 0.54 | 0.89 | 0.55 | 23.3 | 0.8 | 0.25 |
| Hex | 74 | 35 | D | 0 | 36 | 59 | 37 | 17 | 50 | 19 |
| Octal | 164 | 65 | 15 | 0 | 66 | 131 | 67 | 27 | 120 | 31 |
| Binary | 1110100 | 110101 | 1101 | 0 | 110110 | 1011001 | 110111 | 10111 | 1010000 | 11001 |
Color Harmonies of #74350D
Complementary color
Monochromatic Colors of #74350D
Black with #74350D
Text Example
Text Example
White with #74350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74350D; }
p { color: rgb(116,53,13); }
H1.HeaderClassName
{
color: #74350D;
}
.AnyTagClassName
{
color: #74350D;
}
</style>
background-color css
<style>
a { background-color: #74350D; }
a { background-color: rgb(116,53,13); }
div.DivClassName
{
background-color: #74350D;
}
.BgClassName
{
background-color: #74350D;
}
</style>
border-color css
<style>
span { border-color: #74350D; }
span { border-color: rgb(116,53,13); }
td.TdClassName
{
border-color: #74350D;
}
.TagClassName
{
border-color: #74350D;
}
</style>