Shades of Bole #704943
Tints of Bole #704943
RGB
CMYK
RGB Variations
Color information
#704943 (or 0x704943) is known color: Bole. HEX triplet: 70, 49 and 43. RGB value is (112,73,67). Sum of RGB (Red+Green+Blue) = 112+73+67=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #704943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704943 is #8FB6BC. Grayscale: #545454. Windows color (decimal): -9418429 or 4409712. OLE color: 4409712.
HSL color Cylindrical-coordinate representation of color #704943: hue angle of 8º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #704943 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 73 | 67 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.56 |
| HSL | 8º | 0.25% | 0.35% | - |
| HSV(B) | 8º | 0.4% | 0.44% | - |
| XYZ | 10.08 | 8.62 | 6.44 | - |
| YUV | 83.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 67 | 0 | 0.35 | 0.40 | 0.56 | 8 | 0.25 | 0.35 |
| Hex | 70 | 49 | 43 | 0 | 23 | 28 | 38 | 8 | 19 | 23 |
| Octal | 160 | 111 | 103 | 0 | 43 | 50 | 70 | 10 | 31 | 43 |
| Binary | 1110000 | 1001001 | 1000011 | 0 | 100011 | 101000 | 111000 | 1000 | 11001 | 100011 |
Color Harmonies of #704943
Complementary color
Monochromatic Colors of #704943
Black with #704943
Text Example
Text Example
White with #704943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704943; }
p { color: rgb(112,73,67); }
H1.HeaderClassName
{
color: #704943;
}
.AnyTagClassName
{
color: #704943;
}
</style>
background-color css
<style>
a { background-color: #704943; }
a { background-color: rgb(112,73,67); }
div.DivClassName
{
background-color: #704943;
}
.BgClassName
{
background-color: #704943;
}
</style>
border-color css
<style>
span { border-color: #704943; }
span { border-color: rgb(112,73,67); }
td.TdClassName
{
border-color: #704943;
}
.TagClassName
{
border-color: #704943;
}
</style>