Shades of Peru Tan #70330F
Tints of Peru Tan #70330F
RGB
CMYK
RGB Variations
Color information
#70330F (or 0x70330F) is known color: Peru Tan. HEX triplet: 70, 33 and 0F. RGB value is (112,51,15). Sum of RGB (Red+Green+Blue) = 112+51+15=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #70330F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70330F is #8FCCF0. Grayscale: #414141. Windows color (decimal): -9424113 or 996208. OLE color: 996208.
HSL color Cylindrical-coordinate representation of color #70330F: hue angle of 22.27º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70330F is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 51 | 15 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.56 |
| HSL | 22.27º | 0.76% | 0.25% | - |
| HSV(B) | 22.27º | 0.87% | 0.44% | - |
| XYZ | 7.95 | 5.85 | 1.16 | - |
| YUV | 65.14 | 99.71 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 51 | 15 | 0 | 0.54 | 0.87 | 0.56 | 22.27 | 0.76 | 0.25 |
| Hex | 70 | 33 | F | 0 | 36 | 57 | 38 | 16 | 4C | 19 |
| Octal | 160 | 63 | 17 | 0 | 66 | 127 | 70 | 26 | 114 | 31 |
| Binary | 1110000 | 110011 | 1111 | 0 | 110110 | 1010111 | 111000 | 10110 | 1001100 | 11001 |
Color Harmonies of #70330F
Complementary color
Monochromatic Colors of #70330F
Black with #70330F
Text Example
Text Example
White with #70330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70330F; }
p { color: rgb(112,51,15); }
H1.HeaderClassName
{
color: #70330F;
}
.AnyTagClassName
{
color: #70330F;
}
</style>
background-color css
<style>
a { background-color: #70330F; }
a { background-color: rgb(112,51,15); }
div.DivClassName
{
background-color: #70330F;
}
.BgClassName
{
background-color: #70330F;
}
</style>
border-color css
<style>
span { border-color: #70330F; }
span { border-color: rgb(112,51,15); }
td.TdClassName
{
border-color: #70330F;
}
.TagClassName
{
border-color: #70330F;
}
</style>