Shades of Bole #74473B
Tints of Bole #74473B
RGB
CMYK
RGB Variations
Color information
#74473B (or 0x74473B) is known color: Bole. HEX triplet: 74, 47 and 3B. RGB value is (116,71,59). Sum of RGB (Red+Green+Blue) = 116+71+59=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #74473B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74473B is #8BB8C4. Grayscale: #535353. Windows color (decimal): -9156805 or 3884916. OLE color: 3884916.
HSL color Cylindrical-coordinate representation of color #74473B: hue angle of 12.63º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74473B is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 71 | 59 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.55 |
| HSL | 12.63º | 0.33% | 0.34% | - |
| HSV(B) | 12.63º | 0.49% | 0.45% | - |
| XYZ | 10.25 | 8.54 | 5.25 | - |
| YUV | 83.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 71 | 59 | 0 | 0.39 | 0.49 | 0.55 | 12.63 | 0.33 | 0.34 |
| Hex | 74 | 47 | 3B | 0 | 27 | 31 | 37 | D | 21 | 22 |
| Octal | 164 | 107 | 73 | 0 | 47 | 61 | 67 | 15 | 41 | 42 |
| Binary | 1110100 | 1000111 | 111011 | 0 | 100111 | 110001 | 110111 | 1101 | 100001 | 100010 |
Color Harmonies of #74473B
Complementary color
Monochromatic Colors of #74473B
Black with #74473B
Text Example
Text Example
White with #74473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74473B; }
p { color: rgb(116,71,59); }
H1.HeaderClassName
{
color: #74473B;
}
.AnyTagClassName
{
color: #74473B;
}
</style>
background-color css
<style>
a { background-color: #74473B; }
a { background-color: rgb(116,71,59); }
div.DivClassName
{
background-color: #74473B;
}
.BgClassName
{
background-color: #74473B;
}
</style>
border-color css
<style>
span { border-color: #74473B; }
span { border-color: rgb(116,71,59); }
td.TdClassName
{
border-color: #74473B;
}
.TagClassName
{
border-color: #74473B;
}
</style>