Shades of Peru Tan #74290B
Tints of Peru Tan #74290B
RGB
CMYK
RGB Variations
Color information
#74290B (or 0x74290B) is known color: Peru Tan. HEX triplet: 74, 29 and 0B. RGB value is (116,41,11). Sum of RGB (Red+Green+Blue) = 116+41+11=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #74290B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74290B is #8BD6F4. Grayscale: #3C3C3C. Windows color (decimal): -9164533 or 731508. OLE color: 731508.
HSL color Cylindrical-coordinate representation of color #74290B: hue angle of 17.14º degrees, saturation: 0.83, 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 #74290B is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 41 | 11 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.55 |
| HSL | 17.14º | 0.83% | 0.25% | - |
| HSV(B) | 17.14º | 0.91% | 0.45% | - |
| XYZ | 8.06 | 5.32 | 0.92 | - |
| YUV | 60.01 | 100.35 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 11 | 0 | 0.65 | 0.91 | 0.55 | 17.14 | 0.83 | 0.25 |
| Hex | 74 | 29 | B | 0 | 41 | 5B | 37 | 11 | 53 | 19 |
| Octal | 164 | 51 | 13 | 0 | 101 | 133 | 67 | 21 | 123 | 31 |
| Binary | 1110100 | 101001 | 1011 | 0 | 1000001 | 1011011 | 110111 | 10001 | 1010011 | 11001 |
Color Harmonies of #74290B
Complementary color
Monochromatic Colors of #74290B
Black with #74290B
Text Example
Text Example
White with #74290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74290B; }
p { color: rgb(116,41,11); }
H1.HeaderClassName
{
color: #74290B;
}
.AnyTagClassName
{
color: #74290B;
}
</style>
background-color css
<style>
a { background-color: #74290B; }
a { background-color: rgb(116,41,11); }
div.DivClassName
{
background-color: #74290B;
}
.BgClassName
{
background-color: #74290B;
}
</style>
border-color css
<style>
span { border-color: #74290B; }
span { border-color: rgb(116,41,11); }
td.TdClassName
{
border-color: #74290B;
}
.TagClassName
{
border-color: #74290B;
}
</style>