Shades of Bole #76483D
Tints of Bole #76483D
RGB
CMYK
RGB Variations
Color information
#76483D (or 0x76483D) is known color: Bole. HEX triplet: 76, 48 and 3D. RGB value is (118,72,61). Sum of RGB (Red+Green+Blue) = 118+72+61=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #76483D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76483D is #89B7C2. Grayscale: #545454. Windows color (decimal): -9025475 or 4016246. OLE color: 4016246.
HSL color Cylindrical-coordinate representation of color #76483D: hue angle of 11.58º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76483D is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 72 | 61 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.54 |
| HSL | 11.58º | 0.32% | 0.35% | - |
| HSV(B) | 11.58º | 0.48% | 0.46% | - |
| XYZ | 10.63 | 8.82 | 5.56 | - |
| YUV | 84.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 72 | 61 | 0 | 0.39 | 0.48 | 0.54 | 11.58 | 0.32 | 0.35 |
| Hex | 76 | 48 | 3D | 0 | 27 | 30 | 36 | C | 20 | 23 |
| Octal | 166 | 110 | 75 | 0 | 47 | 60 | 66 | 14 | 40 | 43 |
| Binary | 1110110 | 1001000 | 111101 | 0 | 100111 | 110000 | 110110 | 1100 | 100000 | 100011 |
Color Harmonies of #76483D
Complementary color
Monochromatic Colors of #76483D
Black with #76483D
Text Example
Text Example
White with #76483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76483D; }
p { color: rgb(118,72,61); }
H1.HeaderClassName
{
color: #76483D;
}
.AnyTagClassName
{
color: #76483D;
}
</style>
background-color css
<style>
a { background-color: #76483D; }
a { background-color: rgb(118,72,61); }
div.DivClassName
{
background-color: #76483D;
}
.BgClassName
{
background-color: #76483D;
}
</style>
border-color css
<style>
span { border-color: #76483D; }
span { border-color: rgb(118,72,61); }
td.TdClassName
{
border-color: #76483D;
}
.TagClassName
{
border-color: #76483D;
}
</style>