Shades of Peru Tan #74381D
Tints of Peru Tan #74381D
RGB
CMYK
RGB Variations
Color information
#74381D (or 0x74381D) is known color: Peru Tan. HEX triplet: 74, 38 and 1D. RGB value is (116,56,29). Sum of RGB (Red+Green+Blue) = 116+56+29=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #74381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74381D is #8BC7E2. Grayscale: #474747. Windows color (decimal): -9160675 or 1914996. OLE color: 1914996.
HSL color Cylindrical-coordinate representation of color #74381D: hue angle of 18.62º 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 #74381D is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 56 | 29 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.55 |
| HSL | 18.62º | 0.6% | 0.28% | - |
| HSV(B) | 18.62º | 0.75% | 0.45% | - |
| XYZ | 8.84 | 6.63 | 1.98 | - |
| YUV | 70.86 | 104.38 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 56 | 29 | 0 | 0.52 | 0.75 | 0.55 | 18.62 | 0.6 | 0.28 |
| Hex | 74 | 38 | 1D | 0 | 34 | 4B | 37 | 13 | 3C | 1C |
| Octal | 164 | 70 | 35 | 0 | 64 | 113 | 67 | 23 | 74 | 34 |
| Binary | 1110100 | 111000 | 11101 | 0 | 110100 | 1001011 | 110111 | 10011 | 111100 | 11100 |
Color Harmonies of #74381D
Complementary color
Monochromatic Colors of #74381D
Black with #74381D
Text Example
Text Example
White with #74381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74381D; }
p { color: rgb(116,56,29); }
H1.HeaderClassName
{
color: #74381D;
}
.AnyTagClassName
{
color: #74381D;
}
</style>
background-color css
<style>
a { background-color: #74381D; }
a { background-color: rgb(116,56,29); }
div.DivClassName
{
background-color: #74381D;
}
.BgClassName
{
background-color: #74381D;
}
</style>
border-color css
<style>
span { border-color: #74381D; }
span { border-color: rgb(116,56,29); }
td.TdClassName
{
border-color: #74381D;
}
.TagClassName
{
border-color: #74381D;
}
</style>