Shades of Bole #72443B
Tints of Bole #72443B
RGB
CMYK
RGB Variations
Color information
#72443B (or 0x72443B) is known color: Bole. HEX triplet: 72, 44 and 3B. RGB value is (114,68,59). Sum of RGB (Red+Green+Blue) = 114+68+59=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72443B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72443B is #8DBBC4. Grayscale: #505050. Windows color (decimal): -9288645 or 3884146. OLE color: 3884146.
HSL color Cylindrical-coordinate representation of color #72443B: hue angle of 9.82º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72443B is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 68 | 59 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.55 |
| HSL | 9.82º | 0.32% | 0.34% | - |
| HSV(B) | 9.82º | 0.48% | 0.45% | - |
| XYZ | 9.8 | 8.03 | 5.17 | - |
| YUV | 80.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 68 | 59 | 0 | 0.40 | 0.48 | 0.55 | 9.82 | 0.32 | 0.34 |
| Hex | 72 | 44 | 3B | 0 | 28 | 30 | 37 | A | 20 | 22 |
| Octal | 162 | 104 | 73 | 0 | 50 | 60 | 67 | 12 | 40 | 42 |
| Binary | 1110010 | 1000100 | 111011 | 0 | 101000 | 110000 | 110111 | 1010 | 100000 | 100010 |
Color Harmonies of #72443B
Complementary color
Monochromatic Colors of #72443B
Black with #72443B
Text Example
Text Example
White with #72443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72443B; }
p { color: rgb(114,68,59); }
H1.HeaderClassName
{
color: #72443B;
}
.AnyTagClassName
{
color: #72443B;
}
</style>
background-color css
<style>
a { background-color: #72443B; }
a { background-color: rgb(114,68,59); }
div.DivClassName
{
background-color: #72443B;
}
.BgClassName
{
background-color: #72443B;
}
</style>
border-color css
<style>
span { border-color: #72443B; }
span { border-color: rgb(114,68,59); }
td.TdClassName
{
border-color: #72443B;
}
.TagClassName
{
border-color: #72443B;
}
</style>