Shades of Bole #72443E
Tints of Bole #72443E
RGB
CMYK
RGB Variations
Color information
#72443E (or 0x72443E) is known color: Bole. HEX triplet: 72, 44 and 3E. RGB value is (114,68,62). Sum of RGB (Red+Green+Blue) = 114+68+62=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #72443E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72443E is #8DBBC1. Grayscale: #515151. Windows color (decimal): -9288642 or 4080754. OLE color: 4080754.
HSL color Cylindrical-coordinate representation of color #72443E: hue angle of 6.92º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72443E is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 68 | 62 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.55 |
| HSL | 6.92º | 0.3% | 0.35% | - |
| HSV(B) | 6.92º | 0.46% | 0.45% | - |
| XYZ | 9.88 | 8.06 | 5.59 | - |
| YUV | 81.07 | 117.24 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 68 | 62 | 0 | 0.40 | 0.46 | 0.55 | 6.92 | 0.3 | 0.35 |
| Hex | 72 | 44 | 3E | 0 | 28 | 2E | 37 | 7 | 1E | 23 |
| Octal | 162 | 104 | 76 | 0 | 50 | 56 | 67 | 7 | 36 | 43 |
| Binary | 1110010 | 1000100 | 111110 | 0 | 101000 | 101110 | 110111 | 111 | 11110 | 100011 |
Color Harmonies of #72443E
Complementary color
Monochromatic Colors of #72443E
Black with #72443E
Text Example
Text Example
White with #72443E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72443E; }
p { color: rgb(114,68,62); }
H1.HeaderClassName
{
color: #72443E;
}
.AnyTagClassName
{
color: #72443E;
}
</style>
background-color css
<style>
a { background-color: #72443E; }
a { background-color: rgb(114,68,62); }
div.DivClassName
{
background-color: #72443E;
}
.BgClassName
{
background-color: #72443E;
}
</style>
border-color css
<style>
span { border-color: #72443E; }
span { border-color: rgb(114,68,62); }
td.TdClassName
{
border-color: #72443E;
}
.TagClassName
{
border-color: #72443E;
}
</style>