Shades of Bole #72463C
Tints of Bole #72463C
RGB
CMYK
RGB Variations
Color information
#72463C (or 0x72463C) is known color: Bole. HEX triplet: 72, 46 and 3C. RGB value is (114,70,60). Sum of RGB (Red+Green+Blue) = 114+70+60=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #72463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72463C is #8DB9C3. Grayscale: #525252. Windows color (decimal): -9288132 or 3950194. OLE color: 3950194.
HSL color Cylindrical-coordinate representation of color #72463C: hue angle of 11.11º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72463C is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 70 | 60 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.55 |
| HSL | 11.11º | 0.31% | 0.34% | - |
| HSV(B) | 11.11º | 0.47% | 0.45% | - |
| XYZ | 9.95 | 8.28 | 5.35 | - |
| YUV | 82.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 70 | 60 | 0 | 0.39 | 0.47 | 0.55 | 11.11 | 0.31 | 0.34 |
| Hex | 72 | 46 | 3C | 0 | 27 | 2F | 37 | B | 1F | 22 |
| Octal | 162 | 106 | 74 | 0 | 47 | 57 | 67 | 13 | 37 | 42 |
| Binary | 1110010 | 1000110 | 111100 | 0 | 100111 | 101111 | 110111 | 1011 | 11111 | 100010 |
Color Harmonies of #72463C
Complementary color
Monochromatic Colors of #72463C
Black with #72463C
Text Example
Text Example
White with #72463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72463C; }
p { color: rgb(114,70,60); }
H1.HeaderClassName
{
color: #72463C;
}
.AnyTagClassName
{
color: #72463C;
}
</style>
background-color css
<style>
a { background-color: #72463C; }
a { background-color: rgb(114,70,60); }
div.DivClassName
{
background-color: #72463C;
}
.BgClassName
{
background-color: #72463C;
}
</style>
border-color css
<style>
span { border-color: #72463C; }
span { border-color: rgb(114,70,60); }
td.TdClassName
{
border-color: #72463C;
}
.TagClassName
{
border-color: #72463C;
}
</style>