Shades of Bole #72473B
Tints of Bole #72473B
RGB
CMYK
RGB Variations
Color information
#72473B (or 0x72473B) is known color: Bole. HEX triplet: 72, 47 and 3B. RGB value is (114,71,59). Sum of RGB (Red+Green+Blue) = 114+71+59=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #72473B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72473B is #8DB8C4. Grayscale: #525252. Windows color (decimal): -9287877 or 3884914. OLE color: 3884914.
HSL color Cylindrical-coordinate representation of color #72473B: hue angle of 13.09º 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 #72473B is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 71 | 59 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.55 |
| HSL | 13.09º | 0.32% | 0.34% | - |
| HSV(B) | 13.09º | 0.48% | 0.45% | - |
| XYZ | 9.98 | 8.4 | 5.23 | - |
| YUV | 82.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 71 | 59 | 0 | 0.38 | 0.48 | 0.55 | 13.09 | 0.32 | 0.34 |
| Hex | 72 | 47 | 3B | 0 | 26 | 30 | 37 | D | 20 | 22 |
| Octal | 162 | 107 | 73 | 0 | 46 | 60 | 67 | 15 | 40 | 42 |
| Binary | 1110010 | 1000111 | 111011 | 0 | 100110 | 110000 | 110111 | 1101 | 100000 | 100010 |
Color Harmonies of #72473B
Complementary color
Monochromatic Colors of #72473B
Black with #72473B
Text Example
Text Example
White with #72473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72473B; }
p { color: rgb(114,71,59); }
H1.HeaderClassName
{
color: #72473B;
}
.AnyTagClassName
{
color: #72473B;
}
</style>
background-color css
<style>
a { background-color: #72473B; }
a { background-color: rgb(114,71,59); }
div.DivClassName
{
background-color: #72473B;
}
.BgClassName
{
background-color: #72473B;
}
</style>
border-color css
<style>
span { border-color: #72473B; }
span { border-color: rgb(114,71,59); }
td.TdClassName
{
border-color: #72473B;
}
.TagClassName
{
border-color: #72473B;
}
</style>