Shades of Bole #75403E
Tints of Bole #75403E
RGB
CMYK
RGB Variations
Color information
#75403E (or 0x75403E) is known color: Bole. HEX triplet: 75, 40 and 3E. RGB value is (117,64,62). Sum of RGB (Red+Green+Blue) = 117+64+62=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #75403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75403E is #8ABFC1. Grayscale: #4F4F4F. Windows color (decimal): -9093058 or 4079733. OLE color: 4079733.
HSL color Cylindrical-coordinate representation of color #75403E: hue angle of 2.18º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75403E is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 64 | 62 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.54 |
| HSL | 2.18º | 0.31% | 0.35% | - |
| HSV(B) | 2.18º | 0.47% | 0.46% | - |
| XYZ | 10.04 | 7.8 | 5.53 | - |
| YUV | 79.62 | 118.06 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 62 | 0 | 0.45 | 0.47 | 0.54 | 2.18 | 0.31 | 0.35 |
| Hex | 75 | 40 | 3E | 0 | 2D | 2F | 36 | 2 | 1F | 23 |
| Octal | 165 | 100 | 76 | 0 | 55 | 57 | 66 | 2 | 37 | 43 |
| Binary | 1110101 | 1000000 | 111110 | 0 | 101101 | 101111 | 110110 | 10 | 11111 | 100011 |
Color Harmonies of #75403E
Complementary color
Monochromatic Colors of #75403E
Black with #75403E
Text Example
Text Example
White with #75403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75403E; }
p { color: rgb(117,64,62); }
H1.HeaderClassName
{
color: #75403E;
}
.AnyTagClassName
{
color: #75403E;
}
</style>
background-color css
<style>
a { background-color: #75403E; }
a { background-color: rgb(117,64,62); }
div.DivClassName
{
background-color: #75403E;
}
.BgClassName
{
background-color: #75403E;
}
</style>
border-color css
<style>
span { border-color: #75403E; }
span { border-color: rgb(117,64,62); }
td.TdClassName
{
border-color: #75403E;
}
.TagClassName
{
border-color: #75403E;
}
</style>