Shades of Bole #74403F
Tints of Bole #74403F
RGB
CMYK
RGB Variations
Color information
#74403F (or 0x74403F) is known color: Bole. HEX triplet: 74, 40 and 3F. RGB value is (116,64,63). Sum of RGB (Red+Green+Blue) = 116+64+63=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #74403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74403F is #8BBFC0. Grayscale: #4F4F4F. Windows color (decimal): -9158593 or 4145268. OLE color: 4145268.
HSL color Cylindrical-coordinate representation of color #74403F: hue angle of 1.13º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74403F is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 64 | 63 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.55 |
| HSL | 1.13º | 0.3% | 0.35% | - |
| HSV(B) | 1.13º | 0.46% | 0.45% | - |
| XYZ | 9.93 | 7.74 | 5.67 | - |
| YUV | 79.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 63 | 0 | 0.45 | 0.46 | 0.55 | 1.13 | 0.3 | 0.35 |
| Hex | 74 | 40 | 3F | 0 | 2D | 2E | 37 | 1 | 1E | 23 |
| Octal | 164 | 100 | 77 | 0 | 55 | 56 | 67 | 1 | 36 | 43 |
| Binary | 1110100 | 1000000 | 111111 | 0 | 101101 | 101110 | 110111 | 1 | 11110 | 100011 |
Color Harmonies of #74403F
Complementary color
Monochromatic Colors of #74403F
Black with #74403F
Text Example
Text Example
White with #74403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74403F; }
p { color: rgb(116,64,63); }
H1.HeaderClassName
{
color: #74403F;
}
.AnyTagClassName
{
color: #74403F;
}
</style>
background-color css
<style>
a { background-color: #74403F; }
a { background-color: rgb(116,64,63); }
div.DivClassName
{
background-color: #74403F;
}
.BgClassName
{
background-color: #74403F;
}
</style>
border-color css
<style>
span { border-color: #74403F; }
span { border-color: rgb(116,64,63); }
td.TdClassName
{
border-color: #74403F;
}
.TagClassName
{
border-color: #74403F;
}
</style>