Shades of Peru Tan #74280C
Tints of Peru Tan #74280C
RGB
CMYK
RGB Variations
Color information
#74280C (or 0x74280C) is known color: Peru Tan. HEX triplet: 74, 28 and 0C. RGB value is (116,40,12). Sum of RGB (Red+Green+Blue) = 116+40+12=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #74280C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74280C is #8BD7F3. Grayscale: #3B3B3B. Windows color (decimal): -9164788 or 796788. OLE color: 796788.
HSL color Cylindrical-coordinate representation of color #74280C: hue angle of 16.15º 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 #74280C is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 40 | 12 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.55 |
| HSL | 16.15º | 0.81% | 0.25% | - |
| HSV(B) | 16.15º | 0.9% | 0.45% | - |
| XYZ | 8.03 | 5.26 | 0.94 | - |
| YUV | 59.53 | 101.18 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 40 | 12 | 0 | 0.66 | 0.90 | 0.55 | 16.15 | 0.81 | 0.25 |
| Hex | 74 | 28 | C | 0 | 42 | 5A | 37 | 10 | 51 | 19 |
| Octal | 164 | 50 | 14 | 0 | 102 | 132 | 67 | 20 | 121 | 31 |
| Binary | 1110100 | 101000 | 1100 | 0 | 1000010 | 1011010 | 110111 | 10000 | 1010001 | 11001 |
Color Harmonies of #74280C
Complementary color
Monochromatic Colors of #74280C
Black with #74280C
Text Example
Text Example
White with #74280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74280C; }
p { color: rgb(116,40,12); }
H1.HeaderClassName
{
color: #74280C;
}
.AnyTagClassName
{
color: #74280C;
}
</style>
background-color css
<style>
a { background-color: #74280C; }
a { background-color: rgb(116,40,12); }
div.DivClassName
{
background-color: #74280C;
}
.BgClassName
{
background-color: #74280C;
}
</style>
border-color css
<style>
span { border-color: #74280C; }
span { border-color: rgb(116,40,12); }
td.TdClassName
{
border-color: #74280C;
}
.TagClassName
{
border-color: #74280C;
}
</style>