Shades of Bole #74483F
Tints of Bole #74483F
RGB
CMYK
RGB Variations
Color information
#74483F (or 0x74483F) is known color: Bole. HEX triplet: 74, 48 and 3F. RGB value is (116,72,63). Sum of RGB (Red+Green+Blue) = 116+72+63=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #74483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74483F is #8BB7C0. Grayscale: #545454. Windows color (decimal): -9156545 or 4147316. OLE color: 4147316.
HSL color Cylindrical-coordinate representation of color #74483F: hue angle of 10.19º 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 #74483F is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 72 | 63 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.55 |
| HSL | 10.19º | 0.3% | 0.35% | - |
| HSV(B) | 10.19º | 0.46% | 0.45% | - |
| XYZ | 10.42 | 8.71 | 5.83 | - |
| YUV | 84.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 63 | 0 | 0.38 | 0.46 | 0.55 | 10.19 | 0.3 | 0.35 |
| Hex | 74 | 48 | 3F | 0 | 26 | 2E | 37 | A | 1E | 23 |
| Octal | 164 | 110 | 77 | 0 | 46 | 56 | 67 | 12 | 36 | 43 |
| Binary | 1110100 | 1001000 | 111111 | 0 | 100110 | 101110 | 110111 | 1010 | 11110 | 100011 |
Color Harmonies of #74483F
Complementary color
Monochromatic Colors of #74483F
Black with #74483F
Text Example
Text Example
White with #74483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74483F; }
p { color: rgb(116,72,63); }
H1.HeaderClassName
{
color: #74483F;
}
.AnyTagClassName
{
color: #74483F;
}
</style>
background-color css
<style>
a { background-color: #74483F; }
a { background-color: rgb(116,72,63); }
div.DivClassName
{
background-color: #74483F;
}
.BgClassName
{
background-color: #74483F;
}
</style>
border-color css
<style>
span { border-color: #74483F; }
span { border-color: rgb(116,72,63); }
td.TdClassName
{
border-color: #74483F;
}
.TagClassName
{
border-color: #74483F;
}
</style>