Shades of Bracken #543A2C
Tints of Bracken #543A2C
RGB
CMYK
RGB Variations
Color information
#543A2C (or 0x543A2C) is known color: Bracken. HEX triplet: 54, 3A and 2C. RGB value is (84,58,44). Sum of RGB (Red+Green+Blue) = 84+58+44=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #543A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543A2C is #ABC5D3. Grayscale: #404040. Windows color (decimal): -11257300 or 2898516. OLE color: 2898516.
HSL color Cylindrical-coordinate representation of color #543A2C: hue angle of 21º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #543A2C is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 58 | 44 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.67 |
| HSL | 21º | 0.31% | 0.25% | - |
| HSV(B) | 21º | 0.48% | 0.33% | - |
| XYZ | 5.62 | 5.09 | 3.07 | - |
| YUV | 64.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 58 | 44 | 0 | 0.31 | 0.48 | 0.67 | 21 | 0.31 | 0.25 |
| Hex | 54 | 3A | 2C | 0 | 1F | 30 | 43 | 15 | 1F | 19 |
| Octal | 124 | 72 | 54 | 0 | 37 | 60 | 103 | 25 | 37 | 31 |
| Binary | 1010100 | 111010 | 101100 | 0 | 11111 | 110000 | 1000011 | 10101 | 11111 | 11001 |
Color Harmonies of #543A2C
Complementary color
Monochromatic Colors of #543A2C
Black with #543A2C
Text Example
Text Example
White with #543A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543A2C; }
p { color: rgb(84,58,44); }
H1.HeaderClassName
{
color: #543A2C;
}
.AnyTagClassName
{
color: #543A2C;
}
</style>
background-color css
<style>
a { background-color: #543A2C; }
a { background-color: rgb(84,58,44); }
div.DivClassName
{
background-color: #543A2C;
}
.BgClassName
{
background-color: #543A2C;
}
</style>
border-color css
<style>
span { border-color: #543A2C; }
span { border-color: rgb(84,58,44); }
td.TdClassName
{
border-color: #543A2C;
}
.TagClassName
{
border-color: #543A2C;
}
</style>