Shades of Peru Tan #74361A
Tints of Peru Tan #74361A
RGB
CMYK
RGB Variations
Color information
#74361A (or 0x74361A) is known color: Peru Tan. HEX triplet: 74, 36 and 1A. RGB value is (116,54,26). Sum of RGB (Red+Green+Blue) = 116+54+26=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #74361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74361A is #8BC9E5. Grayscale: #454545. Windows color (decimal): -9161190 or 1717876. OLE color: 1717876.
HSL color Cylindrical-coordinate representation of color #74361A: hue angle of 18.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74361A is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 54 | 26 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.55 |
| HSL | 18.67º | 0.63% | 0.28% | - |
| HSV(B) | 18.67º | 0.78% | 0.45% | - |
| XYZ | 8.71 | 6.43 | 1.76 | - |
| YUV | 69.35 | 103.54 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 54 | 26 | 0 | 0.53 | 0.78 | 0.55 | 18.67 | 0.63 | 0.28 |
| Hex | 74 | 36 | 1A | 0 | 35 | 4E | 37 | 13 | 3F | 1C |
| Octal | 164 | 66 | 32 | 0 | 65 | 116 | 67 | 23 | 77 | 34 |
| Binary | 1110100 | 110110 | 11010 | 0 | 110101 | 1001110 | 110111 | 10011 | 111111 | 11100 |
Color Harmonies of #74361A
Complementary color
Monochromatic Colors of #74361A
Black with #74361A
Text Example
Text Example
White with #74361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74361A; }
p { color: rgb(116,54,26); }
H1.HeaderClassName
{
color: #74361A;
}
.AnyTagClassName
{
color: #74361A;
}
</style>
background-color css
<style>
a { background-color: #74361A; }
a { background-color: rgb(116,54,26); }
div.DivClassName
{
background-color: #74361A;
}
.BgClassName
{
background-color: #74361A;
}
</style>
border-color css
<style>
span { border-color: #74361A; }
span { border-color: rgb(116,54,26); }
td.TdClassName
{
border-color: #74361A;
}
.TagClassName
{
border-color: #74361A;
}
</style>