Shades of Bole #74473F
Tints of Bole #74473F
RGB
CMYK
RGB Variations
Color information
#74473F (or 0x74473F) is known color: Bole. HEX triplet: 74, 47 and 3F. RGB value is (116,71,63). Sum of RGB (Red+Green+Blue) = 116+71+63=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #74473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74473F is #8BB8C0. Grayscale: #535353. Windows color (decimal): -9156801 or 4147060. OLE color: 4147060.
HSL color Cylindrical-coordinate representation of color #74473F: hue angle of 9.06º 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 #74473F is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 71 | 63 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.55 |
| HSL | 9.06º | 0.3% | 0.35% | - |
| HSV(B) | 9.06º | 0.46% | 0.45% | - |
| XYZ | 10.35 | 8.58 | 5.81 | - |
| YUV | 83.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 71 | 63 | 0 | 0.39 | 0.46 | 0.55 | 9.06 | 0.3 | 0.35 |
| Hex | 74 | 47 | 3F | 0 | 27 | 2E | 37 | 9 | 1E | 23 |
| Octal | 164 | 107 | 77 | 0 | 47 | 56 | 67 | 11 | 36 | 43 |
| Binary | 1110100 | 1000111 | 111111 | 0 | 100111 | 101110 | 110111 | 1001 | 11110 | 100011 |
Color Harmonies of #74473F
Complementary color
Monochromatic Colors of #74473F
Black with #74473F
Text Example
Text Example
White with #74473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74473F; }
p { color: rgb(116,71,63); }
H1.HeaderClassName
{
color: #74473F;
}
.AnyTagClassName
{
color: #74473F;
}
</style>
background-color css
<style>
a { background-color: #74473F; }
a { background-color: rgb(116,71,63); }
div.DivClassName
{
background-color: #74473F;
}
.BgClassName
{
background-color: #74473F;
}
</style>
border-color css
<style>
span { border-color: #74473F; }
span { border-color: rgb(116,71,63); }
td.TdClassName
{
border-color: #74473F;
}
.TagClassName
{
border-color: #74473F;
}
</style>