Shades of Peru Tan #74380C
Tints of Peru Tan #74380C
RGB
CMYK
RGB Variations
Color information
#74380C (or 0x74380C) is known color: Peru Tan. HEX triplet: 74, 38 and 0C. RGB value is (116,56,12). Sum of RGB (Red+Green+Blue) = 116+56+12=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #74380C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74380C is #8BC7F3. Grayscale: #454545. Windows color (decimal): -9160692 or 800884. OLE color: 800884.
HSL color Cylindrical-coordinate representation of color #74380C: hue angle of 25.38º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74380C is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 56 | 12 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.55 |
| HSL | 25.38º | 0.81% | 0.25% | - |
| HSV(B) | 25.38º | 0.9% | 0.45% | - |
| XYZ | 8.68 | 6.57 | 1.16 | - |
| YUV | 68.92 | 95.88 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 56 | 12 | 0 | 0.52 | 0.90 | 0.55 | 25.38 | 0.81 | 0.25 |
| Hex | 74 | 38 | C | 0 | 34 | 5A | 37 | 19 | 51 | 19 |
| Octal | 164 | 70 | 14 | 0 | 64 | 132 | 67 | 31 | 121 | 31 |
| Binary | 1110100 | 111000 | 1100 | 0 | 110100 | 1011010 | 110111 | 11001 | 1010001 | 11001 |
Color Harmonies of #74380C
Complementary color
Monochromatic Colors of #74380C
Black with #74380C
Text Example
Text Example
White with #74380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74380C; }
p { color: rgb(116,56,12); }
H1.HeaderClassName
{
color: #74380C;
}
.AnyTagClassName
{
color: #74380C;
}
</style>
background-color css
<style>
a { background-color: #74380C; }
a { background-color: rgb(116,56,12); }
div.DivClassName
{
background-color: #74380C;
}
.BgClassName
{
background-color: #74380C;
}
</style>
border-color css
<style>
span { border-color: #74380C; }
span { border-color: rgb(116,56,12); }
td.TdClassName
{
border-color: #74380C;
}
.TagClassName
{
border-color: #74380C;
}
</style>