Shades of Brown Bramble #543A1C
Tints of Brown Bramble #543A1C
RGB
CMYK
RGB Variations
Color information
#543A1C (or 0x543A1C) is known color: Brown Bramble. HEX triplet: 54, 3A and 1C. RGB value is (84,58,28). Sum of RGB (Red+Green+Blue) = 84+58+28=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #543A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543A1C is #ABC5E3. Grayscale: #3E3E3E. Windows color (decimal): -11257316 or 1849940. OLE color: 1849940.
HSL color Cylindrical-coordinate representation of color #543A1C: hue angle of 32.14º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #543A1C is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 58 | 28 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.67 |
| HSL | 32.14º | 0.5% | 0.22% | - |
| HSV(B) | 32.14º | 0.67% | 0.33% | - |
| XYZ | 5.38 | 4.99 | 1.78 | - |
| YUV | 62.35 | 108.61 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 58 | 28 | 0 | 0.31 | 0.67 | 0.67 | 32.14 | 0.5 | 0.22 |
| Hex | 54 | 3A | 1C | 0 | 1F | 43 | 43 | 20 | 32 | 16 |
| Octal | 124 | 72 | 34 | 0 | 37 | 103 | 103 | 40 | 62 | 26 |
| Binary | 1010100 | 111010 | 11100 | 0 | 11111 | 1000011 | 1000011 | 100000 | 110010 | 10110 |
Color Harmonies of #543A1C
Complementary color
Monochromatic Colors of #543A1C
Black with #543A1C
Text Example
Text Example
White with #543A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543A1C; }
p { color: rgb(84,58,28); }
H1.HeaderClassName
{
color: #543A1C;
}
.AnyTagClassName
{
color: #543A1C;
}
</style>
background-color css
<style>
a { background-color: #543A1C; }
a { background-color: rgb(84,58,28); }
div.DivClassName
{
background-color: #543A1C;
}
.BgClassName
{
background-color: #543A1C;
}
</style>
border-color css
<style>
span { border-color: #543A1C; }
span { border-color: rgb(84,58,28); }
td.TdClassName
{
border-color: #543A1C;
}
.TagClassName
{
border-color: #543A1C;
}
</style>