Shades of Bole #704A40
Tints of Bole #704A40
RGB
CMYK
RGB Variations
Color information
#704A40 (or 0x704A40) is known color: Bole. HEX triplet: 70, 4A and 40. RGB value is (112,74,64). Sum of RGB (Red+Green+Blue) = 112+74+64=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #704A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A40 is #8FB5BF. Grayscale: #545454. Windows color (decimal): -9418176 or 4213360. OLE color: 4213360.
HSL color Cylindrical-coordinate representation of color #704A40: hue angle of 12.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #704A40 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 74 | 64 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.56 |
| HSL | 12.5º | 0.27% | 0.35% | - |
| HSV(B) | 12.5º | 0.43% | 0.44% | - |
| XYZ | 10.06 | 8.71 | 6 | - |
| YUV | 84.22 | 116.59 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 64 | 0 | 0.34 | 0.43 | 0.56 | 12.5 | 0.27 | 0.35 |
| Hex | 70 | 4A | 40 | 0 | 22 | 2B | 38 | C | 1B | 23 |
| Octal | 160 | 112 | 100 | 0 | 42 | 53 | 70 | 14 | 33 | 43 |
| Binary | 1110000 | 1001010 | 1000000 | 0 | 100010 | 101011 | 111000 | 1100 | 11011 | 100011 |
Color Harmonies of #704A40
Complementary color
Monochromatic Colors of #704A40
Black with #704A40
Text Example
Text Example
White with #704A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704A40; }
p { color: rgb(112,74,64); }
H1.HeaderClassName
{
color: #704A40;
}
.AnyTagClassName
{
color: #704A40;
}
</style>
background-color css
<style>
a { background-color: #704A40; }
a { background-color: rgb(112,74,64); }
div.DivClassName
{
background-color: #704A40;
}
.BgClassName
{
background-color: #704A40;
}
</style>
border-color css
<style>
span { border-color: #704A40; }
span { border-color: rgb(112,74,64); }
td.TdClassName
{
border-color: #704A40;
}
.TagClassName
{
border-color: #704A40;
}
</style>