Shades of Bole #704842
Tints of Bole #704842
RGB
CMYK
RGB Variations
Color information
#704842 (or 0x704842) is known color: Bole. HEX triplet: 70, 48 and 42. RGB value is (112,72,66). Sum of RGB (Red+Green+Blue) = 112+72+66=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #704842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704842 is #8FB7BD. Grayscale: #535353. Windows color (decimal): -9418686 or 4343920. OLE color: 4343920.
HSL color Cylindrical-coordinate representation of color #704842: hue angle of 7.83º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #704842 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 72 | 66 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.56 |
| HSL | 7.83º | 0.26% | 0.35% | - |
| HSV(B) | 7.83º | 0.41% | 0.44% | - |
| XYZ | 9.98 | 8.47 | 6.26 | - |
| YUV | 83.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 72 | 66 | 0 | 0.36 | 0.41 | 0.56 | 7.83 | 0.26 | 0.35 |
| Hex | 70 | 48 | 42 | 0 | 24 | 29 | 38 | 8 | 1A | 23 |
| Octal | 160 | 110 | 102 | 0 | 44 | 51 | 70 | 10 | 32 | 43 |
| Binary | 1110000 | 1001000 | 1000010 | 0 | 100100 | 101001 | 111000 | 1000 | 11010 | 100011 |
Color Harmonies of #704842
Complementary color
Monochromatic Colors of #704842
Black with #704842
Text Example
Text Example
White with #704842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704842; }
p { color: rgb(112,72,66); }
H1.HeaderClassName
{
color: #704842;
}
.AnyTagClassName
{
color: #704842;
}
</style>
background-color css
<style>
a { background-color: #704842; }
a { background-color: rgb(112,72,66); }
div.DivClassName
{
background-color: #704842;
}
.BgClassName
{
background-color: #704842;
}
</style>
border-color css
<style>
span { border-color: #704842; }
span { border-color: rgb(112,72,66); }
td.TdClassName
{
border-color: #704842;
}
.TagClassName
{
border-color: #704842;
}
</style>