Shades of Bole #70473D
Tints of Bole #70473D
RGB
CMYK
RGB Variations
Color information
#70473D (or 0x70473D) is known color: Bole. HEX triplet: 70, 47 and 3D. RGB value is (112,71,61). Sum of RGB (Red+Green+Blue) = 112+71+61=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #70473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70473D is #8FB8C2. Grayscale: #525252. Windows color (decimal): -9418947 or 4015984. OLE color: 4015984.
HSL color Cylindrical-coordinate representation of color #70473D: hue angle of 11.76º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70473D is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 71 | 61 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.56 |
| HSL | 11.76º | 0.29% | 0.34% | - |
| HSV(B) | 11.76º | 0.46% | 0.44% | - |
| XYZ | 9.78 | 8.29 | 5.5 | - |
| YUV | 82.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 61 | 0 | 0.37 | 0.46 | 0.56 | 11.76 | 0.29 | 0.34 |
| Hex | 70 | 47 | 3D | 0 | 25 | 2E | 38 | C | 1D | 22 |
| Octal | 160 | 107 | 75 | 0 | 45 | 56 | 70 | 14 | 35 | 42 |
| Binary | 1110000 | 1000111 | 111101 | 0 | 100101 | 101110 | 111000 | 1100 | 11101 | 100010 |
Color Harmonies of #70473D
Complementary color
Monochromatic Colors of #70473D
Black with #70473D
Text Example
Text Example
White with #70473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70473D; }
p { color: rgb(112,71,61); }
H1.HeaderClassName
{
color: #70473D;
}
.AnyTagClassName
{
color: #70473D;
}
</style>
background-color css
<style>
a { background-color: #70473D; }
a { background-color: rgb(112,71,61); }
div.DivClassName
{
background-color: #70473D;
}
.BgClassName
{
background-color: #70473D;
}
</style>
border-color css
<style>
span { border-color: #70473D; }
span { border-color: rgb(112,71,61); }
td.TdClassName
{
border-color: #70473D;
}
.TagClassName
{
border-color: #70473D;
}
</style>