Shades of Peru Tan #733C1C
Tints of Peru Tan #733C1C
RGB
CMYK
RGB Variations
Color information
#733C1C (or 0x733C1C) is known color: Peru Tan. HEX triplet: 73, 3C and 1C. RGB value is (115,60,28). Sum of RGB (Red+Green+Blue) = 115+60+28=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #733C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733C1C is #8CC3E3. Grayscale: #484848. Windows color (decimal): -9225188 or 1850483. OLE color: 1850483.
HSL color Cylindrical-coordinate representation of color #733C1C: hue angle of 22.07º 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 #733C1C is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 60 | 28 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.55 |
| HSL | 22.07º | 0.61% | 0.28% | - |
| HSV(B) | 22.07º | 0.76% | 0.45% | - |
| XYZ | 8.9 | 6.96 | 1.97 | - |
| YUV | 72.8 | 102.72 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 28 | 0 | 0.48 | 0.76 | 0.55 | 22.07 | 0.61 | 0.28 |
| Hex | 73 | 3C | 1C | 0 | 30 | 4C | 37 | 16 | 3D | 1C |
| Octal | 163 | 74 | 34 | 0 | 60 | 114 | 67 | 26 | 75 | 34 |
| Binary | 1110011 | 111100 | 11100 | 0 | 110000 | 1001100 | 110111 | 10110 | 111101 | 11100 |
Color Harmonies of #733C1C
Complementary color
Monochromatic Colors of #733C1C
Black with #733C1C
Text Example
Text Example
White with #733C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733C1C; }
p { color: rgb(115,60,28); }
H1.HeaderClassName
{
color: #733C1C;
}
.AnyTagClassName
{
color: #733C1C;
}
</style>
background-color css
<style>
a { background-color: #733C1C; }
a { background-color: rgb(115,60,28); }
div.DivClassName
{
background-color: #733C1C;
}
.BgClassName
{
background-color: #733C1C;
}
</style>
border-color css
<style>
span { border-color: #733C1C; }
span { border-color: rgb(115,60,28); }
td.TdClassName
{
border-color: #733C1C;
}
.TagClassName
{
border-color: #733C1C;
}
</style>