Shades of Peru Tan #74391D
Tints of Peru Tan #74391D
RGB
CMYK
RGB Variations
Color information
#74391D (or 0x74391D) is known color: Peru Tan. HEX triplet: 74, 39 and 1D. RGB value is (116,57,29). Sum of RGB (Red+Green+Blue) = 116+57+29=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #74391D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74391D is #8BC6E2. Grayscale: #474747. Windows color (decimal): -9160419 or 1915252. OLE color: 1915252.
HSL color Cylindrical-coordinate representation of color #74391D: hue angle of 19.31º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74391D is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 57 | 29 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.55 |
| HSL | 19.31º | 0.6% | 0.28% | - |
| HSV(B) | 19.31º | 0.75% | 0.45% | - |
| XYZ | 8.89 | 6.73 | 1.99 | - |
| YUV | 71.45 | 104.05 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 57 | 29 | 0 | 0.51 | 0.75 | 0.55 | 19.31 | 0.6 | 0.28 |
| Hex | 74 | 39 | 1D | 0 | 33 | 4B | 37 | 13 | 3C | 1C |
| Octal | 164 | 71 | 35 | 0 | 63 | 113 | 67 | 23 | 74 | 34 |
| Binary | 1110100 | 111001 | 11101 | 0 | 110011 | 1001011 | 110111 | 10011 | 111100 | 11100 |
Color Harmonies of #74391D
Complementary color
Monochromatic Colors of #74391D
Black with #74391D
Text Example
Text Example
White with #74391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74391D; }
p { color: rgb(116,57,29); }
H1.HeaderClassName
{
color: #74391D;
}
.AnyTagClassName
{
color: #74391D;
}
</style>
background-color css
<style>
a { background-color: #74391D; }
a { background-color: rgb(116,57,29); }
div.DivClassName
{
background-color: #74391D;
}
.BgClassName
{
background-color: #74391D;
}
</style>
border-color css
<style>
span { border-color: #74391D; }
span { border-color: rgb(116,57,29); }
td.TdClassName
{
border-color: #74391D;
}
.TagClassName
{
border-color: #74391D;
}
</style>