Shades of Brown Bramble #54341C
Tints of Brown Bramble #54341C
RGB
CMYK
RGB Variations
Color information
#54341C (or 0x54341C) is known color: Brown Bramble. HEX triplet: 54, 34 and 1C. RGB value is (84,52,28). Sum of RGB (Red+Green+Blue) = 84+52+28=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #54341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54341C is #ABCBE3. Grayscale: #3A3A3A. Windows color (decimal): -11258852 or 1848404. OLE color: 1848404.
HSL color Cylindrical-coordinate representation of color #54341C: hue angle of 25.71º 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 #54341C is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 52 | 28 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.67 |
| HSL | 25.71º | 0.5% | 0.22% | - |
| HSV(B) | 25.71º | 0.67% | 0.33% | - |
| XYZ | 5.09 | 4.42 | 1.68 | - |
| YUV | 58.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 52 | 28 | 0 | 0.38 | 0.67 | 0.67 | 25.71 | 0.5 | 0.22 |
| Hex | 54 | 34 | 1C | 0 | 26 | 43 | 43 | 1A | 32 | 16 |
| Octal | 124 | 64 | 34 | 0 | 46 | 103 | 103 | 32 | 62 | 26 |
| Binary | 1010100 | 110100 | 11100 | 0 | 100110 | 1000011 | 1000011 | 11010 | 110010 | 10110 |
Color Harmonies of #54341C
Complementary color
Monochromatic Colors of #54341C
Black with #54341C
Text Example
Text Example
White with #54341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54341C; }
p { color: rgb(84,52,28); }
H1.HeaderClassName
{
color: #54341C;
}
.AnyTagClassName
{
color: #54341C;
}
</style>
background-color css
<style>
a { background-color: #54341C; }
a { background-color: rgb(84,52,28); }
div.DivClassName
{
background-color: #54341C;
}
.BgClassName
{
background-color: #54341C;
}
</style>
border-color css
<style>
span { border-color: #54341C; }
span { border-color: rgb(84,52,28); }
td.TdClassName
{
border-color: #54341C;
}
.TagClassName
{
border-color: #54341C;
}
</style>