Shades of Peru Tan #733F1C
Tints of Peru Tan #733F1C
RGB
CMYK
RGB Variations
Color information
#733F1C (or 0x733F1C) is known color: Peru Tan. HEX triplet: 73, 3F and 1C. RGB value is (115,63,28). Sum of RGB (Red+Green+Blue) = 115+63+28=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #733F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733F1C is #8CC0E3. Grayscale: #4A4A4A. Windows color (decimal): -9224420 or 1851251. OLE color: 1851251.
HSL color Cylindrical-coordinate representation of color #733F1C: hue angle of 24.14º 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 #733F1C is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 63 | 28 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.55 |
| HSL | 24.14º | 0.61% | 0.28% | - |
| HSV(B) | 24.14º | 0.76% | 0.45% | - |
| XYZ | 9.06 | 7.28 | 2.03 | - |
| YUV | 74.56 | 101.73 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 28 | 0 | 0.45 | 0.76 | 0.55 | 24.14 | 0.61 | 0.28 |
| Hex | 73 | 3F | 1C | 0 | 2D | 4C | 37 | 18 | 3D | 1C |
| Octal | 163 | 77 | 34 | 0 | 55 | 114 | 67 | 30 | 75 | 34 |
| Binary | 1110011 | 111111 | 11100 | 0 | 101101 | 1001100 | 110111 | 11000 | 111101 | 11100 |
Color Harmonies of #733F1C
Complementary color
Monochromatic Colors of #733F1C
Black with #733F1C
Text Example
Text Example
White with #733F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733F1C; }
p { color: rgb(115,63,28); }
H1.HeaderClassName
{
color: #733F1C;
}
.AnyTagClassName
{
color: #733F1C;
}
</style>
background-color css
<style>
a { background-color: #733F1C; }
a { background-color: rgb(115,63,28); }
div.DivClassName
{
background-color: #733F1C;
}
.BgClassName
{
background-color: #733F1C;
}
</style>
border-color css
<style>
span { border-color: #733F1C; }
span { border-color: rgb(115,63,28); }
td.TdClassName
{
border-color: #733F1C;
}
.TagClassName
{
border-color: #733F1C;
}
</style>