Shades of Bole #804A44
Tints of Bole #804A44
RGB
CMYK
RGB Variations
Color information
#804A44 (or 0x804A44) is known color: Bole. HEX triplet: 80, 4A and 44. RGB value is (128,74,68). Sum of RGB (Red+Green+Blue) = 128+74+68=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #804A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804A44 is #7FB5BB. Grayscale: #595959. Windows color (decimal): -8369596 or 4475520. OLE color: 4475520.
HSL color Cylindrical-coordinate representation of color #804A44: hue angle of 6º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #804A44 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 74 | 68 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.50 |
| HSL | 6º | 0.31% | 0.38% | - |
| HSV(B) | 6º | 0.47% | 0.5% | - |
| XYZ | 12.39 | 9.9 | 6.73 | - |
| YUV | 89.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 68 | 0 | 0.42 | 0.47 | 0.50 | 6 | 0.31 | 0.38 |
| Hex | 80 | 4A | 44 | 0 | 2A | 2F | 32 | 6 | 1F | 26 |
| Octal | 200 | 112 | 104 | 0 | 52 | 57 | 62 | 6 | 37 | 46 |
| Binary | 10000000 | 1001010 | 1000100 | 0 | 101010 | 101111 | 110010 | 110 | 11111 | 100110 |
Color Harmonies of #804A44
Complementary color
Monochromatic Colors of #804A44
Black with #804A44
Text Example
Text Example
White with #804A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804A44; }
p { color: rgb(128,74,68); }
H1.HeaderClassName
{
color: #804A44;
}
.AnyTagClassName
{
color: #804A44;
}
</style>
background-color css
<style>
a { background-color: #804A44; }
a { background-color: rgb(128,74,68); }
div.DivClassName
{
background-color: #804A44;
}
.BgClassName
{
background-color: #804A44;
}
</style>
border-color css
<style>
span { border-color: #804A44; }
span { border-color: rgb(128,74,68); }
td.TdClassName
{
border-color: #804A44;
}
.TagClassName
{
border-color: #804A44;
}
</style>