Shades of Peru Tan #74350A
Tints of Peru Tan #74350A
RGB
CMYK
RGB Variations
Color information
#74350A (or 0x74350A) is known color: Peru Tan. HEX triplet: 74, 35 and 0A. RGB value is (116,53,10). Sum of RGB (Red+Green+Blue) = 116+53+10=179 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.80% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 116 - color contains mainly: red. Hex color #74350A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74350A is #8BCAF5. Grayscale: #434343. Windows color (decimal): -9161462 or 669044. OLE color: 669044.
HSL color Cylindrical-coordinate representation of color #74350A: hue angle of 24.34º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74350A is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 53 | 10 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.55 |
| HSL | 24.34º | 0.84% | 0.25% | - |
| HSV(B) | 24.34º | 0.91% | 0.45% | - |
| XYZ | 8.53 | 6.28 | 1.05 | - |
| YUV | 66.94 | 95.87 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 10 | 0 | 0.54 | 0.91 | 0.55 | 24.34 | 0.84 | 0.25 |
| Hex | 74 | 35 | A | 0 | 36 | 5B | 37 | 18 | 54 | 19 |
| Octal | 164 | 65 | 12 | 0 | 66 | 133 | 67 | 30 | 124 | 31 |
| Binary | 1110100 | 110101 | 1010 | 0 | 110110 | 1011011 | 110111 | 11000 | 1010100 | 11001 |
Color Harmonies of #74350A
Complementary color
Monochromatic Colors of #74350A
Black with #74350A
Text Example
Text Example
White with #74350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74350A; }
p { color: rgb(116,53,10); }
H1.HeaderClassName
{
color: #74350A;
}
.AnyTagClassName
{
color: #74350A;
}
</style>
background-color css
<style>
a { background-color: #74350A; }
a { background-color: rgb(116,53,10); }
div.DivClassName
{
background-color: #74350A;
}
.BgClassName
{
background-color: #74350A;
}
</style>
border-color css
<style>
span { border-color: #74350A; }
span { border-color: rgb(116,53,10); }
td.TdClassName
{
border-color: #74350A;
}
.TagClassName
{
border-color: #74350A;
}
</style>