Shades of Bole #754B41
Tints of Bole #754B41
RGB
CMYK
RGB Variations
Color information
#754B41 (or 0x754B41) is known color: Bole. HEX triplet: 75, 4B and 41. RGB value is (117,75,65). Sum of RGB (Red+Green+Blue) = 117+75+65=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #754B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B41 is #8AB4BE. Grayscale: #565656. Windows color (decimal): -9090239 or 4279157. OLE color: 4279157.
HSL color Cylindrical-coordinate representation of color #754B41: hue angle of 11.54º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #754B41 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 75 | 65 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.54 |
| HSL | 11.54º | 0.29% | 0.36% | - |
| HSV(B) | 11.54º | 0.44% | 0.46% | - |
| XYZ | 10.81 | 9.2 | 6.21 | - |
| YUV | 86.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 65 | 0 | 0.36 | 0.44 | 0.54 | 11.54 | 0.29 | 0.36 |
| Hex | 75 | 4B | 41 | 0 | 24 | 2C | 36 | C | 1D | 24 |
| Octal | 165 | 113 | 101 | 0 | 44 | 54 | 66 | 14 | 35 | 44 |
| Binary | 1110101 | 1001011 | 1000001 | 0 | 100100 | 101100 | 110110 | 1100 | 11101 | 100100 |
Color Harmonies of #754B41
Complementary color
Monochromatic Colors of #754B41
Black with #754B41
Text Example
Text Example
White with #754B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B41; }
p { color: rgb(117,75,65); }
H1.HeaderClassName
{
color: #754B41;
}
.AnyTagClassName
{
color: #754B41;
}
</style>
background-color css
<style>
a { background-color: #754B41; }
a { background-color: rgb(117,75,65); }
div.DivClassName
{
background-color: #754B41;
}
.BgClassName
{
background-color: #754B41;
}
</style>
border-color css
<style>
span { border-color: #754B41; }
span { border-color: rgb(117,75,65); }
td.TdClassName
{
border-color: #754B41;
}
.TagClassName
{
border-color: #754B41;
}
</style>