Shades of Bole #70463D
Tints of Bole #70463D
RGB
CMYK
RGB Variations
Color information
#70463D (or 0x70463D) is known color: Bole. HEX triplet: 70, 46 and 3D. RGB value is (112,70,61). Sum of RGB (Red+Green+Blue) = 112+70+61=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #70463D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70463D is #8FB9C2. Grayscale: #515151. Windows color (decimal): -9419203 or 4015728. OLE color: 4015728.
HSL color Cylindrical-coordinate representation of color #70463D: hue angle of 10.59º 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 #70463D is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 70 | 61 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.56 |
| HSL | 10.59º | 0.29% | 0.34% | - |
| HSV(B) | 10.59º | 0.46% | 0.44% | - |
| XYZ | 9.71 | 8.16 | 5.48 | - |
| YUV | 81.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 70 | 61 | 0 | 0.38 | 0.46 | 0.56 | 10.59 | 0.29 | 0.34 |
| Hex | 70 | 46 | 3D | 0 | 26 | 2E | 38 | B | 1D | 22 |
| Octal | 160 | 106 | 75 | 0 | 46 | 56 | 70 | 13 | 35 | 42 |
| Binary | 1110000 | 1000110 | 111101 | 0 | 100110 | 101110 | 111000 | 1011 | 11101 | 100010 |
Color Harmonies of #70463D
Complementary color
Monochromatic Colors of #70463D
Black with #70463D
Text Example
Text Example
White with #70463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70463D; }
p { color: rgb(112,70,61); }
H1.HeaderClassName
{
color: #70463D;
}
.AnyTagClassName
{
color: #70463D;
}
</style>
background-color css
<style>
a { background-color: #70463D; }
a { background-color: rgb(112,70,61); }
div.DivClassName
{
background-color: #70463D;
}
.BgClassName
{
background-color: #70463D;
}
</style>
border-color css
<style>
span { border-color: #70463D; }
span { border-color: rgb(112,70,61); }
td.TdClassName
{
border-color: #70463D;
}
.TagClassName
{
border-color: #70463D;
}
</style>