Shades of Peru Tan #733A0E
Tints of Peru Tan #733A0E
RGB
CMYK
RGB Variations
Color information
#733A0E (or 0x733A0E) is known color: Peru Tan. HEX triplet: 73, 3A and 0E. RGB value is (115,58,14). Sum of RGB (Red+Green+Blue) = 115+58+14=187 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.50% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 115 - color contains mainly: red. Hex color #733A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733A0E is #8CC5F1. Grayscale: #464646. Windows color (decimal): -9225714 or 932467. OLE color: 932467.
HSL color Cylindrical-coordinate representation of color #733A0E: hue angle of 26.14º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #733A0E is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 58 | 14 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.55 |
| HSL | 26.14º | 0.78% | 0.25% | - |
| HSV(B) | 26.14º | 0.88% | 0.45% | - |
| XYZ | 8.66 | 6.7 | 1.25 | - |
| YUV | 70.03 | 96.38 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 14 | 0 | 0.50 | 0.88 | 0.55 | 26.14 | 0.78 | 0.25 |
| Hex | 73 | 3A | E | 0 | 32 | 58 | 37 | 1A | 4E | 19 |
| Octal | 163 | 72 | 16 | 0 | 62 | 130 | 67 | 32 | 116 | 31 |
| Binary | 1110011 | 111010 | 1110 | 0 | 110010 | 1011000 | 110111 | 11010 | 1001110 | 11001 |
Color Harmonies of #733A0E
Complementary color
Monochromatic Colors of #733A0E
Black with #733A0E
Text Example
Text Example
White with #733A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A0E; }
p { color: rgb(115,58,14); }
H1.HeaderClassName
{
color: #733A0E;
}
.AnyTagClassName
{
color: #733A0E;
}
</style>
background-color css
<style>
a { background-color: #733A0E; }
a { background-color: rgb(115,58,14); }
div.DivClassName
{
background-color: #733A0E;
}
.BgClassName
{
background-color: #733A0E;
}
</style>
border-color css
<style>
span { border-color: #733A0E; }
span { border-color: rgb(115,58,14); }
td.TdClassName
{
border-color: #733A0E;
}
.TagClassName
{
border-color: #733A0E;
}
</style>