Shades of Bole #754B43
Tints of Bole #754B43
RGB
CMYK
RGB Variations
Color information
#754B43 (or 0x754B43) is known color: Bole. HEX triplet: 75, 4B and 43. RGB value is (117,75,67). Sum of RGB (Red+Green+Blue) = 117+75+67=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 67 (26.56% from 255 or 25.87% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #754B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B43 is #8AB4BC. Grayscale: #565656. Windows color (decimal): -9090237 or 4410229. OLE color: 4410229.
HSL color Cylindrical-coordinate representation of color #754B43: hue angle of 9.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #754B43 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 75 | 67 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.54 |
| HSL | 9.6º | 0.27% | 0.36% | - |
| HSV(B) | 9.6º | 0.43% | 0.46% | - |
| XYZ | 10.87 | 9.22 | 6.52 | - |
| YUV | 86.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 67 | 0 | 0.36 | 0.43 | 0.54 | 9.6 | 0.27 | 0.36 |
| Hex | 75 | 4B | 43 | 0 | 24 | 2B | 36 | A | 1B | 24 |
| Octal | 165 | 113 | 103 | 0 | 44 | 53 | 66 | 12 | 33 | 44 |
| Binary | 1110101 | 1001011 | 1000011 | 0 | 100100 | 101011 | 110110 | 1010 | 11011 | 100100 |
Color Harmonies of #754B43
Complementary color
Monochromatic Colors of #754B43
Black with #754B43
Text Example
Text Example
White with #754B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B43; }
p { color: rgb(117,75,67); }
H1.HeaderClassName
{
color: #754B43;
}
.AnyTagClassName
{
color: #754B43;
}
</style>
background-color css
<style>
a { background-color: #754B43; }
a { background-color: rgb(117,75,67); }
div.DivClassName
{
background-color: #754B43;
}
.BgClassName
{
background-color: #754B43;
}
</style>
border-color css
<style>
span { border-color: #754B43; }
span { border-color: rgb(117,75,67); }
td.TdClassName
{
border-color: #754B43;
}
.TagClassName
{
border-color: #754B43;
}
</style>