Shades of Bole #75403B
Tints of Bole #75403B
RGB
CMYK
RGB Variations
Color information
#75403B (or 0x75403B) is known color: Bole. HEX triplet: 75, 40 and 3B. RGB value is (117,64,59). Sum of RGB (Red+Green+Blue) = 117+64+59=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #75403B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75403B is #8ABFC4. Grayscale: #4F4F4F. Windows color (decimal): -9093061 or 3883125. OLE color: 3883125.
HSL color Cylindrical-coordinate representation of color #75403B: hue angle of 5.17º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75403B is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 64 | 59 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.54 |
| HSL | 5.17º | 0.33% | 0.35% | - |
| HSV(B) | 5.17º | 0.5% | 0.46% | - |
| XYZ | 9.96 | 7.76 | 5.11 | - |
| YUV | 79.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 59 | 0 | 0.45 | 0.50 | 0.54 | 5.17 | 0.33 | 0.35 |
| Hex | 75 | 40 | 3B | 0 | 2D | 32 | 36 | 5 | 21 | 23 |
| Octal | 165 | 100 | 73 | 0 | 55 | 62 | 66 | 5 | 41 | 43 |
| Binary | 1110101 | 1000000 | 111011 | 0 | 101101 | 110010 | 110110 | 101 | 100001 | 100011 |
Color Harmonies of #75403B
Complementary color
Monochromatic Colors of #75403B
Black with #75403B
Text Example
Text Example
White with #75403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75403B; }
p { color: rgb(117,64,59); }
H1.HeaderClassName
{
color: #75403B;
}
.AnyTagClassName
{
color: #75403B;
}
</style>
background-color css
<style>
a { background-color: #75403B; }
a { background-color: rgb(117,64,59); }
div.DivClassName
{
background-color: #75403B;
}
.BgClassName
{
background-color: #75403B;
}
</style>
border-color css
<style>
span { border-color: #75403B; }
span { border-color: rgb(117,64,59); }
td.TdClassName
{
border-color: #75403B;
}
.TagClassName
{
border-color: #75403B;
}
</style>