Shades of Bole #754B44
Tints of Bole #754B44
RGB
CMYK
RGB Variations
Color information
#754B44 (or 0x754B44) is known color: Bole. HEX triplet: 75, 4B and 44. RGB value is (117,75,68). Sum of RGB (Red+Green+Blue) = 117+75+68=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #754B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B44 is #8AB4BB. Grayscale: #565656. Windows color (decimal): -9090236 or 4475765. OLE color: 4475765.
HSL color Cylindrical-coordinate representation of color #754B44: hue angle of 8.57º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #754B44 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 75 | 68 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.54 |
| HSL | 8.57º | 0.26% | 0.36% | - |
| HSV(B) | 8.57º | 0.42% | 0.46% | - |
| XYZ | 10.9 | 9.23 | 6.68 | - |
| YUV | 86.76 | 117.41 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 68 | 0 | 0.36 | 0.42 | 0.54 | 8.57 | 0.26 | 0.36 |
| Hex | 75 | 4B | 44 | 0 | 24 | 2A | 36 | 9 | 1A | 24 |
| Octal | 165 | 113 | 104 | 0 | 44 | 52 | 66 | 11 | 32 | 44 |
| Binary | 1110101 | 1001011 | 1000100 | 0 | 100100 | 101010 | 110110 | 1001 | 11010 | 100100 |
Color Harmonies of #754B44
Complementary color
Monochromatic Colors of #754B44
Black with #754B44
Text Example
Text Example
White with #754B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B44; }
p { color: rgb(117,75,68); }
H1.HeaderClassName
{
color: #754B44;
}
.AnyTagClassName
{
color: #754B44;
}
</style>
background-color css
<style>
a { background-color: #754B44; }
a { background-color: rgb(117,75,68); }
div.DivClassName
{
background-color: #754B44;
}
.BgClassName
{
background-color: #754B44;
}
</style>
border-color css
<style>
span { border-color: #754B44; }
span { border-color: rgb(117,75,68); }
td.TdClassName
{
border-color: #754B44;
}
.TagClassName
{
border-color: #754B44;
}
</style>