Shades of Bole #744C43
Tints of Bole #744C43
RGB
CMYK
RGB Variations
Color information
#744C43 (or 0x744C43) is known color: Bole. HEX triplet: 74, 4C and 43. RGB value is (116,76,67). Sum of RGB (Red+Green+Blue) = 116+76+67=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 67 (26.56% from 255 or 25.87% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #744C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C43 is #8BB3BC. Grayscale: #575757. Windows color (decimal): -9155517 or 4410484. OLE color: 4410484.
HSL color Cylindrical-coordinate representation of color #744C43: hue angle of 11.02º degrees, saturation: 0.27, 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 #744C43 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 76 | 67 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.55 |
| HSL | 11.02º | 0.27% | 0.36% | - |
| HSV(B) | 11.02º | 0.42% | 0.45% | - |
| XYZ | 10.8 | 9.29 | 6.53 | - |
| YUV | 86.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 67 | 0 | 0.34 | 0.42 | 0.55 | 11.02 | 0.27 | 0.36 |
| Hex | 74 | 4C | 43 | 0 | 22 | 2A | 37 | B | 1B | 24 |
| Octal | 164 | 114 | 103 | 0 | 42 | 52 | 67 | 13 | 33 | 44 |
| Binary | 1110100 | 1001100 | 1000011 | 0 | 100010 | 101010 | 110111 | 1011 | 11011 | 100100 |
Color Harmonies of #744C43
Complementary color
Monochromatic Colors of #744C43
Black with #744C43
Text Example
Text Example
White with #744C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744C43; }
p { color: rgb(116,76,67); }
H1.HeaderClassName
{
color: #744C43;
}
.AnyTagClassName
{
color: #744C43;
}
</style>
background-color css
<style>
a { background-color: #744C43; }
a { background-color: rgb(116,76,67); }
div.DivClassName
{
background-color: #744C43;
}
.BgClassName
{
background-color: #744C43;
}
</style>
border-color css
<style>
span { border-color: #744C43; }
span { border-color: rgb(116,76,67); }
td.TdClassName
{
border-color: #744C43;
}
.TagClassName
{
border-color: #744C43;
}
</style>