Shades of Peru Tan #74320C
Tints of Peru Tan #74320C
RGB
CMYK
RGB Variations
Color information
#74320C (or 0x74320C) is known color: Peru Tan. HEX triplet: 74, 32 and 0C. RGB value is (116,50,12). Sum of RGB (Red+Green+Blue) = 116+50+12=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #74320C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74320C is #8BCDF3. Grayscale: #414141. Windows color (decimal): -9162228 or 799348. OLE color: 799348.
HSL color Cylindrical-coordinate representation of color #74320C: hue angle of 21.92º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74320C is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 50 | 12 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.55 |
| HSL | 21.92º | 0.81% | 0.25% | - |
| HSV(B) | 21.92º | 0.9% | 0.45% | - |
| XYZ | 8.41 | 6.02 | 1.07 | - |
| YUV | 65.4 | 97.87 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 12 | 0 | 0.57 | 0.90 | 0.55 | 21.92 | 0.81 | 0.25 |
| Hex | 74 | 32 | C | 0 | 39 | 5A | 37 | 16 | 51 | 19 |
| Octal | 164 | 62 | 14 | 0 | 71 | 132 | 67 | 26 | 121 | 31 |
| Binary | 1110100 | 110010 | 1100 | 0 | 111001 | 1011010 | 110111 | 10110 | 1010001 | 11001 |
Color Harmonies of #74320C
Complementary color
Monochromatic Colors of #74320C
Black with #74320C
Text Example
Text Example
White with #74320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74320C; }
p { color: rgb(116,50,12); }
H1.HeaderClassName
{
color: #74320C;
}
.AnyTagClassName
{
color: #74320C;
}
</style>
background-color css
<style>
a { background-color: #74320C; }
a { background-color: rgb(116,50,12); }
div.DivClassName
{
background-color: #74320C;
}
.BgClassName
{
background-color: #74320C;
}
</style>
border-color css
<style>
span { border-color: #74320C; }
span { border-color: rgb(116,50,12); }
td.TdClassName
{
border-color: #74320C;
}
.TagClassName
{
border-color: #74320C;
}
</style>