Shades of Peru Tan #73411C
Tints of Peru Tan #73411C
RGB
CMYK
RGB Variations
Color information
#73411C (or 0x73411C) is known color: Peru Tan. HEX triplet: 73, 41 and 1C. RGB value is (115,65,28). Sum of RGB (Red+Green+Blue) = 115+65+28=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #73411C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73411C is #8CBEE3. Grayscale: #4B4B4B. Windows color (decimal): -9223908 or 1851763. OLE color: 1851763.
HSL color Cylindrical-coordinate representation of color #73411C: hue angle of 25.52º 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 #73411C is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 65 | 28 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.55 |
| HSL | 25.52º | 0.61% | 0.28% | - |
| HSV(B) | 25.52º | 0.76% | 0.45% | - |
| XYZ | 9.17 | 7.51 | 2.06 | - |
| YUV | 75.73 | 101.07 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 65 | 28 | 0 | 0.43 | 0.76 | 0.55 | 25.52 | 0.61 | 0.28 |
| Hex | 73 | 41 | 1C | 0 | 2B | 4C | 37 | 1A | 3D | 1C |
| Octal | 163 | 101 | 34 | 0 | 53 | 114 | 67 | 32 | 75 | 34 |
| Binary | 1110011 | 1000001 | 11100 | 0 | 101011 | 1001100 | 110111 | 11010 | 111101 | 11100 |
Color Harmonies of #73411C
Complementary color
Monochromatic Colors of #73411C
Black with #73411C
Text Example
Text Example
White with #73411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73411C; }
p { color: rgb(115,65,28); }
H1.HeaderClassName
{
color: #73411C;
}
.AnyTagClassName
{
color: #73411C;
}
</style>
background-color css
<style>
a { background-color: #73411C; }
a { background-color: rgb(115,65,28); }
div.DivClassName
{
background-color: #73411C;
}
.BgClassName
{
background-color: #73411C;
}
</style>
border-color css
<style>
span { border-color: #73411C; }
span { border-color: rgb(115,65,28); }
td.TdClassName
{
border-color: #73411C;
}
.TagClassName
{
border-color: #73411C;
}
</style>