Shades of Bole #72463E
Tints of Bole #72463E
RGB
CMYK
RGB Variations
Color information
#72463E (or 0x72463E) is known color: Bole. HEX triplet: 72, 46 and 3E. RGB value is (114,70,62). Sum of RGB (Red+Green+Blue) = 114+70+62=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #72463E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72463E is #8DB9C1. Grayscale: #525252. Windows color (decimal): -9288130 or 4081266. OLE color: 4081266.
HSL color Cylindrical-coordinate representation of color #72463E: hue angle of 9.23º 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 #72463E is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 70 | 62 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.55 |
| HSL | 9.23º | 0.3% | 0.35% | - |
| HSV(B) | 9.23º | 0.46% | 0.45% | - |
| XYZ | 10 | 8.31 | 5.63 | - |
| YUV | 82.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 70 | 62 | 0 | 0.39 | 0.46 | 0.55 | 9.23 | 0.3 | 0.35 |
| Hex | 72 | 46 | 3E | 0 | 27 | 2E | 37 | 9 | 1E | 23 |
| Octal | 162 | 106 | 76 | 0 | 47 | 56 | 67 | 11 | 36 | 43 |
| Binary | 1110010 | 1000110 | 111110 | 0 | 100111 | 101110 | 110111 | 1001 | 11110 | 100011 |
Color Harmonies of #72463E
Complementary color
Monochromatic Colors of #72463E
Black with #72463E
Text Example
Text Example
White with #72463E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72463E; }
p { color: rgb(114,70,62); }
H1.HeaderClassName
{
color: #72463E;
}
.AnyTagClassName
{
color: #72463E;
}
</style>
background-color css
<style>
a { background-color: #72463E; }
a { background-color: rgb(114,70,62); }
div.DivClassName
{
background-color: #72463E;
}
.BgClassName
{
background-color: #72463E;
}
</style>
border-color css
<style>
span { border-color: #72463E; }
span { border-color: rgb(114,70,62); }
td.TdClassName
{
border-color: #72463E;
}
.TagClassName
{
border-color: #72463E;
}
</style>