Shades of Bole #734C43
Tints of Bole #734C43
RGB
CMYK
RGB Variations
Color information
#734C43 (or 0x734C43) is known color: Bole. HEX triplet: 73, 4C and 43. RGB value is (115,76,67). Sum of RGB (Red+Green+Blue) = 115+76+67=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #734C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734C43 is #8CB3BC. Grayscale: #565656. Windows color (decimal): -9221053 or 4410483. OLE color: 4410483.
HSL color Cylindrical-coordinate representation of color #734C43: hue angle of 11.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #734C43 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 76 | 67 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.55 |
| HSL | 11.25º | 0.26% | 0.36% | - |
| HSV(B) | 11.25º | 0.42% | 0.45% | - |
| XYZ | 10.67 | 9.22 | 6.53 | - |
| YUV | 86.64 | 116.92 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 76 | 67 | 0 | 0.34 | 0.42 | 0.55 | 11.25 | 0.26 | 0.36 |
| Hex | 73 | 4C | 43 | 0 | 22 | 2A | 37 | B | 1A | 24 |
| Octal | 163 | 114 | 103 | 0 | 42 | 52 | 67 | 13 | 32 | 44 |
| Binary | 1110011 | 1001100 | 1000011 | 0 | 100010 | 101010 | 110111 | 1011 | 11010 | 100100 |
Color Harmonies of #734C43
Complementary color
Monochromatic Colors of #734C43
Black with #734C43
Text Example
Text Example
White with #734C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734C43; }
p { color: rgb(115,76,67); }
H1.HeaderClassName
{
color: #734C43;
}
.AnyTagClassName
{
color: #734C43;
}
</style>
background-color css
<style>
a { background-color: #734C43; }
a { background-color: rgb(115,76,67); }
div.DivClassName
{
background-color: #734C43;
}
.BgClassName
{
background-color: #734C43;
}
</style>
border-color css
<style>
span { border-color: #734C43; }
span { border-color: rgb(115,76,67); }
td.TdClassName
{
border-color: #734C43;
}
.TagClassName
{
border-color: #734C43;
}
</style>