Shades of Brown Bramble #543B1C
Tints of Brown Bramble #543B1C
RGB
CMYK
RGB Variations
Color information
#543B1C (or 0x543B1C) is known color: Brown Bramble. HEX triplet: 54, 3B and 1C. RGB value is (84,59,28). Sum of RGB (Red+Green+Blue) = 84+59+28=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #543B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543B1C is #ABC4E3. Grayscale: #3F3F3F. Windows color (decimal): -11257060 or 1850196. OLE color: 1850196.
HSL color Cylindrical-coordinate representation of color #543B1C: hue angle of 33.21º 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 #543B1C is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 59 | 28 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.67 |
| HSL | 33.21º | 0.5% | 0.22% | - |
| HSV(B) | 33.21º | 0.67% | 0.33% | - |
| XYZ | 5.43 | 5.1 | 1.8 | - |
| YUV | 62.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 28 | 0 | 0.30 | 0.67 | 0.67 | 33.21 | 0.5 | 0.22 |
| Hex | 54 | 3B | 1C | 0 | 1E | 43 | 43 | 21 | 32 | 16 |
| Octal | 124 | 73 | 34 | 0 | 36 | 103 | 103 | 41 | 62 | 26 |
| Binary | 1010100 | 111011 | 11100 | 0 | 11110 | 1000011 | 1000011 | 100001 | 110010 | 10110 |
Color Harmonies of #543B1C
Complementary color
Monochromatic Colors of #543B1C
Black with #543B1C
Text Example
Text Example
White with #543B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543B1C; }
p { color: rgb(84,59,28); }
H1.HeaderClassName
{
color: #543B1C;
}
.AnyTagClassName
{
color: #543B1C;
}
</style>
background-color css
<style>
a { background-color: #543B1C; }
a { background-color: rgb(84,59,28); }
div.DivClassName
{
background-color: #543B1C;
}
.BgClassName
{
background-color: #543B1C;
}
</style>
border-color css
<style>
span { border-color: #543B1C; }
span { border-color: rgb(84,59,28); }
td.TdClassName
{
border-color: #543B1C;
}
.TagClassName
{
border-color: #543B1C;
}
</style>