Shades of Bole #70423D
Tints of Bole #70423D
RGB
CMYK
RGB Variations
Color information
#70423D (or 0x70423D) is known color: Bole. HEX triplet: 70, 42 and 3D. RGB value is (112,66,61). Sum of RGB (Red+Green+Blue) = 112+66+61=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #70423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70423D is #8FBDC2. Grayscale: #4F4F4F. Windows color (decimal): -9420227 or 4014704. OLE color: 4014704.
HSL color Cylindrical-coordinate representation of color #70423D: hue angle of 5.88º 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 #70423D is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 66 | 61 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.56 |
| HSL | 5.88º | 0.29% | 0.34% | - |
| HSV(B) | 5.88º | 0.46% | 0.44% | - |
| XYZ | 9.47 | 7.68 | 5.4 | - |
| YUV | 79.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 66 | 61 | 0 | 0.41 | 0.46 | 0.56 | 5.88 | 0.29 | 0.34 |
| Hex | 70 | 42 | 3D | 0 | 29 | 2E | 38 | 6 | 1D | 22 |
| Octal | 160 | 102 | 75 | 0 | 51 | 56 | 70 | 6 | 35 | 42 |
| Binary | 1110000 | 1000010 | 111101 | 0 | 101001 | 101110 | 111000 | 110 | 11101 | 100010 |
Color Harmonies of #70423D
Complementary color
Monochromatic Colors of #70423D
Black with #70423D
Text Example
Text Example
White with #70423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70423D; }
p { color: rgb(112,66,61); }
H1.HeaderClassName
{
color: #70423D;
}
.AnyTagClassName
{
color: #70423D;
}
</style>
background-color css
<style>
a { background-color: #70423D; }
a { background-color: rgb(112,66,61); }
div.DivClassName
{
background-color: #70423D;
}
.BgClassName
{
background-color: #70423D;
}
</style>
border-color css
<style>
span { border-color: #70423D; }
span { border-color: rgb(112,66,61); }
td.TdClassName
{
border-color: #70423D;
}
.TagClassName
{
border-color: #70423D;
}
</style>