Shades of Peru Tan #73350A
Tints of Peru Tan #73350A
RGB
CMYK
RGB Variations
Color information
#73350A (or 0x73350A) is known color: Peru Tan. HEX triplet: 73, 35 and 0A. RGB value is (115,53,10). Sum of RGB (Red+Green+Blue) = 115+53+10=178 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.61% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 115 - color contains mainly: red. Hex color #73350A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73350A is #8CCAF5. Grayscale: #424242. Windows color (decimal): -9226998 or 669043. OLE color: 669043.
HSL color Cylindrical-coordinate representation of color #73350A: hue angle of 24.57º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73350A is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 53 | 10 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.55 |
| HSL | 24.57º | 0.84% | 0.25% | - |
| HSV(B) | 24.57º | 0.91% | 0.45% | - |
| XYZ | 8.4 | 6.21 | 1.04 | - |
| YUV | 66.64 | 96.04 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 53 | 10 | 0 | 0.54 | 0.91 | 0.55 | 24.57 | 0.84 | 0.25 |
| Hex | 73 | 35 | A | 0 | 36 | 5B | 37 | 19 | 54 | 19 |
| Octal | 163 | 65 | 12 | 0 | 66 | 133 | 67 | 31 | 124 | 31 |
| Binary | 1110011 | 110101 | 1010 | 0 | 110110 | 1011011 | 110111 | 11001 | 1010100 | 11001 |
Color Harmonies of #73350A
Complementary color
Monochromatic Colors of #73350A
Black with #73350A
Text Example
Text Example
White with #73350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73350A; }
p { color: rgb(115,53,10); }
H1.HeaderClassName
{
color: #73350A;
}
.AnyTagClassName
{
color: #73350A;
}
</style>
background-color css
<style>
a { background-color: #73350A; }
a { background-color: rgb(115,53,10); }
div.DivClassName
{
background-color: #73350A;
}
.BgClassName
{
background-color: #73350A;
}
</style>
border-color css
<style>
span { border-color: #73350A; }
span { border-color: rgb(115,53,10); }
td.TdClassName
{
border-color: #73350A;
}
.TagClassName
{
border-color: #73350A;
}
</style>