Shades of Peru Tan #74380D
Tints of Peru Tan #74380D
RGB
CMYK
RGB Variations
Color information
#74380D (or 0x74380D) is known color: Peru Tan. HEX triplet: 74, 38 and 0D. RGB value is (116,56,13). Sum of RGB (Red+Green+Blue) = 116+56+13=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #74380D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74380D is #8BC7F2. Grayscale: #454545. Windows color (decimal): -9160691 or 866420. OLE color: 866420.
HSL color Cylindrical-coordinate representation of color #74380D: hue angle of 25.05º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74380D is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 56 | 13 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.55 |
| HSL | 25.05º | 0.8% | 0.25% | - |
| HSV(B) | 25.05º | 0.89% | 0.45% | - |
| XYZ | 8.69 | 6.57 | 1.19 | - |
| YUV | 69.04 | 96.38 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 56 | 13 | 0 | 0.52 | 0.89 | 0.55 | 25.05 | 0.8 | 0.25 |
| Hex | 74 | 38 | D | 0 | 34 | 59 | 37 | 19 | 50 | 19 |
| Octal | 164 | 70 | 15 | 0 | 64 | 131 | 67 | 31 | 120 | 31 |
| Binary | 1110100 | 111000 | 1101 | 0 | 110100 | 1011001 | 110111 | 11001 | 1010000 | 11001 |
Color Harmonies of #74380D
Complementary color
Monochromatic Colors of #74380D
Black with #74380D
Text Example
Text Example
White with #74380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74380D; }
p { color: rgb(116,56,13); }
H1.HeaderClassName
{
color: #74380D;
}
.AnyTagClassName
{
color: #74380D;
}
</style>
background-color css
<style>
a { background-color: #74380D; }
a { background-color: rgb(116,56,13); }
div.DivClassName
{
background-color: #74380D;
}
.BgClassName
{
background-color: #74380D;
}
</style>
border-color css
<style>
span { border-color: #74380D; }
span { border-color: rgb(116,56,13); }
td.TdClassName
{
border-color: #74380D;
}
.TagClassName
{
border-color: #74380D;
}
</style>