Shades of Bole #75463A
Tints of Bole #75463A
RGB
CMYK
RGB Variations
Color information
#75463A (or 0x75463A) is known color: Bole. HEX triplet: 75, 46 and 3A. RGB value is (117,70,58). Sum of RGB (Red+Green+Blue) = 117+70+58=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75463A is #8AB9C5. Grayscale: #525252. Windows color (decimal): -9091526 or 3819125. OLE color: 3819125.
HSL color Cylindrical-coordinate representation of color #75463A: hue angle of 12.2º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75463A is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 70 | 58 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.54 |
| HSL | 12.2º | 0.34% | 0.34% | - |
| HSV(B) | 12.2º | 0.5% | 0.46% | - |
| XYZ | 10.29 | 8.47 | 5.1 | - |
| YUV | 82.69 | 114.07 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 70 | 58 | 0 | 0.40 | 0.50 | 0.54 | 12.2 | 0.34 | 0.34 |
| Hex | 75 | 46 | 3A | 0 | 28 | 32 | 36 | C | 22 | 22 |
| Octal | 165 | 106 | 72 | 0 | 50 | 62 | 66 | 14 | 42 | 42 |
| Binary | 1110101 | 1000110 | 111010 | 0 | 101000 | 110010 | 110110 | 1100 | 100010 | 100010 |
Color Harmonies of #75463A
Complementary color
Monochromatic Colors of #75463A
Black with #75463A
Text Example
Text Example
White with #75463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75463A; }
p { color: rgb(117,70,58); }
H1.HeaderClassName
{
color: #75463A;
}
.AnyTagClassName
{
color: #75463A;
}
</style>
background-color css
<style>
a { background-color: #75463A; }
a { background-color: rgb(117,70,58); }
div.DivClassName
{
background-color: #75463A;
}
.BgClassName
{
background-color: #75463A;
}
</style>
border-color css
<style>
span { border-color: #75463A; }
span { border-color: rgb(117,70,58); }
td.TdClassName
{
border-color: #75463A;
}
.TagClassName
{
border-color: #75463A;
}
</style>