Shades of Bole #70463C
Tints of Bole #70463C
RGB
CMYK
RGB Variations
Color information
#70463C (or 0x70463C) is known color: Bole. HEX triplet: 70, 46 and 3C. RGB value is (112,70,60). Sum of RGB (Red+Green+Blue) = 112+70+60=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70463C is #8FB9C3. Grayscale: #515151. Windows color (decimal): -9419204 or 3950192. OLE color: 3950192.
HSL color Cylindrical-coordinate representation of color #70463C: hue angle of 11.54º degrees, saturation: 0.3, 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 #70463C is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 70 | 60 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.56 |
| HSL | 11.54º | 0.3% | 0.34% | - |
| HSV(B) | 11.54º | 0.46% | 0.44% | - |
| XYZ | 9.69 | 8.15 | 5.34 | - |
| YUV | 81.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 70 | 60 | 0 | 0.38 | 0.46 | 0.56 | 11.54 | 0.3 | 0.34 |
| Hex | 70 | 46 | 3C | 0 | 26 | 2E | 38 | C | 1E | 22 |
| Octal | 160 | 106 | 74 | 0 | 46 | 56 | 70 | 14 | 36 | 42 |
| Binary | 1110000 | 1000110 | 111100 | 0 | 100110 | 101110 | 111000 | 1100 | 11110 | 100010 |
Color Harmonies of #70463C
Complementary color
Monochromatic Colors of #70463C
Black with #70463C
Text Example
Text Example
White with #70463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70463C; }
p { color: rgb(112,70,60); }
H1.HeaderClassName
{
color: #70463C;
}
.AnyTagClassName
{
color: #70463C;
}
</style>
background-color css
<style>
a { background-color: #70463C; }
a { background-color: rgb(112,70,60); }
div.DivClassName
{
background-color: #70463C;
}
.BgClassName
{
background-color: #70463C;
}
</style>
border-color css
<style>
span { border-color: #70463C; }
span { border-color: rgb(112,70,60); }
td.TdClassName
{
border-color: #70463C;
}
.TagClassName
{
border-color: #70463C;
}
</style>