Shades of Peru Tan #74381C
Tints of Peru Tan #74381C
RGB
CMYK
RGB Variations
Color information
#74381C (or 0x74381C) is known color: Peru Tan. HEX triplet: 74, 38 and 1C. RGB value is (116,56,28). Sum of RGB (Red+Green+Blue) = 116+56+28=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #74381C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74381C is #8BC7E3. Grayscale: #464646. Windows color (decimal): -9160676 or 1849460. OLE color: 1849460.
HSL color Cylindrical-coordinate representation of color #74381C: hue angle of 19.09º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74381C is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 56 | 28 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.55 |
| HSL | 19.09º | 0.61% | 0.28% | - |
| HSV(B) | 19.09º | 0.76% | 0.45% | - |
| XYZ | 8.83 | 6.63 | 1.91 | - |
| YUV | 70.75 | 103.88 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 56 | 28 | 0 | 0.52 | 0.76 | 0.55 | 19.09 | 0.61 | 0.28 |
| Hex | 74 | 38 | 1C | 0 | 34 | 4C | 37 | 13 | 3D | 1C |
| Octal | 164 | 70 | 34 | 0 | 64 | 114 | 67 | 23 | 75 | 34 |
| Binary | 1110100 | 111000 | 11100 | 0 | 110100 | 1001100 | 110111 | 10011 | 111101 | 11100 |
Color Harmonies of #74381C
Complementary color
Monochromatic Colors of #74381C
Black with #74381C
Text Example
Text Example
White with #74381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74381C; }
p { color: rgb(116,56,28); }
H1.HeaderClassName
{
color: #74381C;
}
.AnyTagClassName
{
color: #74381C;
}
</style>
background-color css
<style>
a { background-color: #74381C; }
a { background-color: rgb(116,56,28); }
div.DivClassName
{
background-color: #74381C;
}
.BgClassName
{
background-color: #74381C;
}
</style>
border-color css
<style>
span { border-color: #74381C; }
span { border-color: rgb(116,56,28); }
td.TdClassName
{
border-color: #74381C;
}
.TagClassName
{
border-color: #74381C;
}
</style>