Shades of Bole #75403D
Tints of Bole #75403D
RGB
CMYK
RGB Variations
Color information
#75403D (or 0x75403D) is known color: Bole. HEX triplet: 75, 40 and 3D. RGB value is (117,64,61). Sum of RGB (Red+Green+Blue) = 117+64+61=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #75403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75403D is #8ABFC2. Grayscale: #4F4F4F. Windows color (decimal): -9093059 or 4014197. OLE color: 4014197.
HSL color Cylindrical-coordinate representation of color #75403D: hue angle of 3.21º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75403D is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 64 | 61 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.54 |
| HSL | 3.21º | 0.31% | 0.35% | - |
| HSV(B) | 3.21º | 0.48% | 0.46% | - |
| XYZ | 10.01 | 7.79 | 5.39 | - |
| YUV | 79.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 61 | 0 | 0.45 | 0.48 | 0.54 | 3.21 | 0.31 | 0.35 |
| Hex | 75 | 40 | 3D | 0 | 2D | 30 | 36 | 3 | 1F | 23 |
| Octal | 165 | 100 | 75 | 0 | 55 | 60 | 66 | 3 | 37 | 43 |
| Binary | 1110101 | 1000000 | 111101 | 0 | 101101 | 110000 | 110110 | 11 | 11111 | 100011 |
Color Harmonies of #75403D
Complementary color
Monochromatic Colors of #75403D
Black with #75403D
Text Example
Text Example
White with #75403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75403D; }
p { color: rgb(117,64,61); }
H1.HeaderClassName
{
color: #75403D;
}
.AnyTagClassName
{
color: #75403D;
}
</style>
background-color css
<style>
a { background-color: #75403D; }
a { background-color: rgb(117,64,61); }
div.DivClassName
{
background-color: #75403D;
}
.BgClassName
{
background-color: #75403D;
}
</style>
border-color css
<style>
span { border-color: #75403D; }
span { border-color: rgb(117,64,61); }
td.TdClassName
{
border-color: #75403D;
}
.TagClassName
{
border-color: #75403D;
}
</style>