Shades of Bole #74483C
Tints of Bole #74483C
RGB
CMYK
RGB Variations
Color information
#74483C (or 0x74483C) is known color: Bole. HEX triplet: 74, 48 and 3C. RGB value is (116,72,60). Sum of RGB (Red+Green+Blue) = 116+72+60=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #74483C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74483C is #8BB7C3. Grayscale: #535353. Windows color (decimal): -9156548 or 3950708. OLE color: 3950708.
HSL color Cylindrical-coordinate representation of color #74483C: hue angle of 12.86º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74483C is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 72 | 60 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.55 |
| HSL | 12.86º | 0.32% | 0.35% | - |
| HSV(B) | 12.86º | 0.48% | 0.45% | - |
| XYZ | 10.34 | 8.67 | 5.4 | - |
| YUV | 83.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 60 | 0 | 0.38 | 0.48 | 0.55 | 12.86 | 0.32 | 0.35 |
| Hex | 74 | 48 | 3C | 0 | 26 | 30 | 37 | D | 20 | 23 |
| Octal | 164 | 110 | 74 | 0 | 46 | 60 | 67 | 15 | 40 | 43 |
| Binary | 1110100 | 1001000 | 111100 | 0 | 100110 | 110000 | 110111 | 1101 | 100000 | 100011 |
Color Harmonies of #74483C
Complementary color
Monochromatic Colors of #74483C
Black with #74483C
Text Example
Text Example
White with #74483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74483C; }
p { color: rgb(116,72,60); }
H1.HeaderClassName
{
color: #74483C;
}
.AnyTagClassName
{
color: #74483C;
}
</style>
background-color css
<style>
a { background-color: #74483C; }
a { background-color: rgb(116,72,60); }
div.DivClassName
{
background-color: #74483C;
}
.BgClassName
{
background-color: #74483C;
}
</style>
border-color css
<style>
span { border-color: #74483C; }
span { border-color: rgb(116,72,60); }
td.TdClassName
{
border-color: #74483C;
}
.TagClassName
{
border-color: #74483C;
}
</style>