Shades of Peru Tan #74370A
Tints of Peru Tan #74370A
RGB
CMYK
RGB Variations
Color information
#74370A (or 0x74370A) is known color: Peru Tan. HEX triplet: 74, 37 and 0A. RGB value is (116,55,10). Sum of RGB (Red+Green+Blue) = 116+55+10=181 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.09% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 116 - color contains mainly: red. Hex color #74370A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74370A is #8BC8F5. Grayscale: #444444. Windows color (decimal): -9160950 or 669556. OLE color: 669556.
HSL color Cylindrical-coordinate representation of color #74370A: hue angle of 25.47º 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 #74370A is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 55 | 10 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.55 |
| HSL | 25.47º | 0.84% | 0.25% | - |
| HSV(B) | 25.47º | 0.91% | 0.45% | - |
| XYZ | 8.62 | 6.47 | 1.08 | - |
| YUV | 68.11 | 95.21 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 55 | 10 | 0 | 0.53 | 0.91 | 0.55 | 25.47 | 0.84 | 0.25 |
| Hex | 74 | 37 | A | 0 | 35 | 5B | 37 | 19 | 54 | 19 |
| Octal | 164 | 67 | 12 | 0 | 65 | 133 | 67 | 31 | 124 | 31 |
| Binary | 1110100 | 110111 | 1010 | 0 | 110101 | 1011011 | 110111 | 11001 | 1010100 | 11001 |
Color Harmonies of #74370A
Complementary color
Monochromatic Colors of #74370A
Black with #74370A
Text Example
Text Example
White with #74370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74370A; }
p { color: rgb(116,55,10); }
H1.HeaderClassName
{
color: #74370A;
}
.AnyTagClassName
{
color: #74370A;
}
</style>
background-color css
<style>
a { background-color: #74370A; }
a { background-color: rgb(116,55,10); }
div.DivClassName
{
background-color: #74370A;
}
.BgClassName
{
background-color: #74370A;
}
</style>
border-color css
<style>
span { border-color: #74370A; }
span { border-color: rgb(116,55,10); }
td.TdClassName
{
border-color: #74370A;
}
.TagClassName
{
border-color: #74370A;
}
</style>