Shades of Peru Tan #74361F
Tints of Peru Tan #74361F
RGB
CMYK
RGB Variations
Color information
#74361F (or 0x74361F) is known color: Peru Tan. HEX triplet: 74, 36 and 1F. RGB value is (116,54,31). Sum of RGB (Red+Green+Blue) = 116+54+31=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #74361F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74361F is #8BC9E0. Grayscale: #464646. Windows color (decimal): -9161185 or 2045556. OLE color: 2045556.
HSL color Cylindrical-coordinate representation of color #74361F: hue angle of 16.24º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74361F is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 54 | 31 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.55 |
| HSL | 16.24º | 0.58% | 0.29% | - |
| HSV(B) | 16.24º | 0.73% | 0.45% | - |
| XYZ | 8.77 | 6.45 | 2.08 | - |
| YUV | 69.92 | 106.04 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 54 | 31 | 0 | 0.53 | 0.73 | 0.55 | 16.24 | 0.58 | 0.29 |
| Hex | 74 | 36 | 1F | 0 | 35 | 49 | 37 | 10 | 3A | 1D |
| Octal | 164 | 66 | 37 | 0 | 65 | 111 | 67 | 20 | 72 | 35 |
| Binary | 1110100 | 110110 | 11111 | 0 | 110101 | 1001001 | 110111 | 10000 | 111010 | 11101 |
Color Harmonies of #74361F
Complementary color
Monochromatic Colors of #74361F
Black with #74361F
Text Example
Text Example
White with #74361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74361F; }
p { color: rgb(116,54,31); }
H1.HeaderClassName
{
color: #74361F;
}
.AnyTagClassName
{
color: #74361F;
}
</style>
background-color css
<style>
a { background-color: #74361F; }
a { background-color: rgb(116,54,31); }
div.DivClassName
{
background-color: #74361F;
}
.BgClassName
{
background-color: #74361F;
}
</style>
border-color css
<style>
span { border-color: #74361F; }
span { border-color: rgb(116,54,31); }
td.TdClassName
{
border-color: #74361F;
}
.TagClassName
{
border-color: #74361F;
}
</style>