Shades of Bole #714A40
Tints of Bole #714A40
RGB
CMYK
RGB Variations
Color information
#714A40 (or 0x714A40) is known color: Bole. HEX triplet: 71, 4A and 40. RGB value is (113,74,64). Sum of RGB (Red+Green+Blue) = 113+74+64=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #714A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714A40 is #8EB5BF. Grayscale: #545454. Windows color (decimal): -9352640 or 4213361. OLE color: 4213361.
HSL color Cylindrical-coordinate representation of color #714A40: hue angle of 12.24º degrees, saturation: 0.28, 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 #714A40 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 74 | 64 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.56 |
| HSL | 12.24º | 0.28% | 0.35% | - |
| HSV(B) | 12.24º | 0.43% | 0.44% | - |
| XYZ | 10.18 | 8.78 | 6.01 | - |
| YUV | 84.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 74 | 64 | 0 | 0.35 | 0.43 | 0.56 | 12.24 | 0.28 | 0.35 |
| Hex | 71 | 4A | 40 | 0 | 23 | 2B | 38 | C | 1C | 23 |
| Octal | 161 | 112 | 100 | 0 | 43 | 53 | 70 | 14 | 34 | 43 |
| Binary | 1110001 | 1001010 | 1000000 | 0 | 100011 | 101011 | 111000 | 1100 | 11100 | 100011 |
Color Harmonies of #714A40
Complementary color
Monochromatic Colors of #714A40
Black with #714A40
Text Example
Text Example
White with #714A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714A40; }
p { color: rgb(113,74,64); }
H1.HeaderClassName
{
color: #714A40;
}
.AnyTagClassName
{
color: #714A40;
}
</style>
background-color css
<style>
a { background-color: #714A40; }
a { background-color: rgb(113,74,64); }
div.DivClassName
{
background-color: #714A40;
}
.BgClassName
{
background-color: #714A40;
}
</style>
border-color css
<style>
span { border-color: #714A40; }
span { border-color: rgb(113,74,64); }
td.TdClassName
{
border-color: #714A40;
}
.TagClassName
{
border-color: #714A40;
}
</style>