Shades of Peru Tan #733E1C
Tints of Peru Tan #733E1C
RGB
CMYK
RGB Variations
Color information
#733E1C (or 0x733E1C) is known color: Peru Tan. HEX triplet: 73, 3E and 1C. RGB value is (115,62,28). Sum of RGB (Red+Green+Blue) = 115+62+28=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #733E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733E1C is #8CC1E3. Grayscale: #4A4A4A. Windows color (decimal): -9224676 or 1850995. OLE color: 1850995.
HSL color Cylindrical-coordinate representation of color #733E1C: hue angle of 23.45º 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 #733E1C is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 62 | 28 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.55 |
| HSL | 23.45º | 0.61% | 0.28% | - |
| HSV(B) | 23.45º | 0.76% | 0.45% | - |
| XYZ | 9 | 7.17 | 2.01 | - |
| YUV | 73.97 | 102.06 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 62 | 28 | 0 | 0.46 | 0.76 | 0.55 | 23.45 | 0.61 | 0.28 |
| Hex | 73 | 3E | 1C | 0 | 2E | 4C | 37 | 17 | 3D | 1C |
| Octal | 163 | 76 | 34 | 0 | 56 | 114 | 67 | 27 | 75 | 34 |
| Binary | 1110011 | 111110 | 11100 | 0 | 101110 | 1001100 | 110111 | 10111 | 111101 | 11100 |
Color Harmonies of #733E1C
Complementary color
Monochromatic Colors of #733E1C
Black with #733E1C
Text Example
Text Example
White with #733E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733E1C; }
p { color: rgb(115,62,28); }
H1.HeaderClassName
{
color: #733E1C;
}
.AnyTagClassName
{
color: #733E1C;
}
</style>
background-color css
<style>
a { background-color: #733E1C; }
a { background-color: rgb(115,62,28); }
div.DivClassName
{
background-color: #733E1C;
}
.BgClassName
{
background-color: #733E1C;
}
</style>
border-color css
<style>
span { border-color: #733E1C; }
span { border-color: rgb(115,62,28); }
td.TdClassName
{
border-color: #733E1C;
}
.TagClassName
{
border-color: #733E1C;
}
</style>