Shades of Peru Tan #733A0D
Tints of Peru Tan #733A0D
RGB
CMYK
RGB Variations
Color information
#733A0D (or 0x733A0D) is known color: Peru Tan. HEX triplet: 73, 3A and 0D. RGB value is (115,58,13). Sum of RGB (Red+Green+Blue) = 115+58+13=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #733A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733A0D is #8CC5F2. Grayscale: #464646. Windows color (decimal): -9225715 or 866931. OLE color: 866931.
HSL color Cylindrical-coordinate representation of color #733A0D: hue angle of 26.47º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #733A0D is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 58 | 13 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.55 |
| HSL | 26.47º | 0.8% | 0.25% | - |
| HSV(B) | 26.47º | 0.89% | 0.45% | - |
| XYZ | 8.66 | 6.7 | 1.22 | - |
| YUV | 69.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 13 | 0 | 0.50 | 0.89 | 0.55 | 26.47 | 0.8 | 0.25 |
| Hex | 73 | 3A | D | 0 | 32 | 59 | 37 | 1A | 50 | 19 |
| Octal | 163 | 72 | 15 | 0 | 62 | 131 | 67 | 32 | 120 | 31 |
| Binary | 1110011 | 111010 | 1101 | 0 | 110010 | 1011001 | 110111 | 11010 | 1010000 | 11001 |
Color Harmonies of #733A0D
Complementary color
Monochromatic Colors of #733A0D
Black with #733A0D
Text Example
Text Example
White with #733A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A0D; }
p { color: rgb(115,58,13); }
H1.HeaderClassName
{
color: #733A0D;
}
.AnyTagClassName
{
color: #733A0D;
}
</style>
background-color css
<style>
a { background-color: #733A0D; }
a { background-color: rgb(115,58,13); }
div.DivClassName
{
background-color: #733A0D;
}
.BgClassName
{
background-color: #733A0D;
}
</style>
border-color css
<style>
span { border-color: #733A0D; }
span { border-color: rgb(115,58,13); }
td.TdClassName
{
border-color: #733A0D;
}
.TagClassName
{
border-color: #733A0D;
}
</style>