Shades of Bole #72423B
Tints of Bole #72423B
RGB
CMYK
RGB Variations
Color information
#72423B (or 0x72423B) is known color: Bole. HEX triplet: 72, 42 and 3B. RGB value is (114,66,59). Sum of RGB (Red+Green+Blue) = 114+66+59=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #72423B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72423B is #8DBDC4. Grayscale: #4F4F4F. Windows color (decimal): -9289157 or 3883634. OLE color: 3883634.
HSL color Cylindrical-coordinate representation of color #72423B: hue angle of 7.64º 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 #72423B is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 66 | 59 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.55 |
| HSL | 7.64º | 0.32% | 0.34% | - |
| HSV(B) | 7.64º | 0.48% | 0.45% | - |
| XYZ | 9.68 | 7.79 | 5.13 | - |
| YUV | 79.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 66 | 59 | 0 | 0.42 | 0.48 | 0.55 | 7.64 | 0.32 | 0.34 |
| Hex | 72 | 42 | 3B | 0 | 2A | 30 | 37 | 8 | 20 | 22 |
| Octal | 162 | 102 | 73 | 0 | 52 | 60 | 67 | 10 | 40 | 42 |
| Binary | 1110010 | 1000010 | 111011 | 0 | 101010 | 110000 | 110111 | 1000 | 100000 | 100010 |
Color Harmonies of #72423B
Complementary color
Monochromatic Colors of #72423B
Black with #72423B
Text Example
Text Example
White with #72423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72423B; }
p { color: rgb(114,66,59); }
H1.HeaderClassName
{
color: #72423B;
}
.AnyTagClassName
{
color: #72423B;
}
</style>
background-color css
<style>
a { background-color: #72423B; }
a { background-color: rgb(114,66,59); }
div.DivClassName
{
background-color: #72423B;
}
.BgClassName
{
background-color: #72423B;
}
</style>
border-color css
<style>
span { border-color: #72423B; }
span { border-color: rgb(114,66,59); }
td.TdClassName
{
border-color: #72423B;
}
.TagClassName
{
border-color: #72423B;
}
</style>