Shades of Bole #7C483F
Tints of Bole #7C483F
RGB
CMYK
RGB Variations
Color information
#7C483F (or 0x7C483F) is known color: Bole. HEX triplet: 7C, 48 and 3F. RGB value is (124,72,63). Sum of RGB (Red+Green+Blue) = 124+72+63=259 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.88% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 124 - color contains mainly: red. Hex color #7C483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C483F is #83B7C0. Grayscale: #565656. Windows color (decimal): -8632257 or 4147324. OLE color: 4147324.
HSL color Cylindrical-coordinate representation of color #7C483F: hue angle of 8.85º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C483F is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 72 | 63 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.51 |
| HSL | 8.85º | 0.33% | 0.37% | - |
| HSV(B) | 8.85º | 0.49% | 0.49% | - |
| XYZ | 11.53 | 9.28 | 5.89 | - |
| YUV | 86.52 | 114.73 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 72 | 63 | 0 | 0.42 | 0.49 | 0.51 | 8.85 | 0.33 | 0.37 |
| Hex | 7C | 48 | 3F | 0 | 2A | 31 | 33 | 9 | 21 | 25 |
| Octal | 174 | 110 | 77 | 0 | 52 | 61 | 63 | 11 | 41 | 45 |
| Binary | 1111100 | 1001000 | 111111 | 0 | 101010 | 110001 | 110011 | 1001 | 100001 | 100101 |
Color Harmonies of #7C483F
Complementary color
Monochromatic Colors of #7C483F
Black with #7C483F
Text Example
Text Example
White with #7C483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C483F; }
p { color: rgb(124,72,63); }
H1.HeaderClassName
{
color: #7C483F;
}
.AnyTagClassName
{
color: #7C483F;
}
</style>
background-color css
<style>
a { background-color: #7C483F; }
a { background-color: rgb(124,72,63); }
div.DivClassName
{
background-color: #7C483F;
}
.BgClassName
{
background-color: #7C483F;
}
</style>
border-color css
<style>
span { border-color: #7C483F; }
span { border-color: rgb(124,72,63); }
td.TdClassName
{
border-color: #7C483F;
}
.TagClassName
{
border-color: #7C483F;
}
</style>