Shades of Brown Bramble #54321E
Tints of Brown Bramble #54321E
RGB
CMYK
RGB Variations
Color information
#54321E (or 0x54321E) is known color: Brown Bramble. HEX triplet: 54, 32 and 1E. RGB value is (84,50,30). Sum of RGB (Red+Green+Blue) = 84+50+30=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #54321E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54321E is #ABCDE1. Grayscale: #3A3A3A. Windows color (decimal): -11259362 or 1978964. OLE color: 1978964.
HSL color Cylindrical-coordinate representation of color #54321E: hue angle of 22.22º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54321E is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 50 | 30 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.67 |
| HSL | 22.22º | 0.47% | 0.22% | - |
| HSV(B) | 22.22º | 0.64% | 0.33% | - |
| XYZ | 5.03 | 4.26 | 1.79 | - |
| YUV | 57.89 | 112.26 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 50 | 30 | 0 | 0.40 | 0.64 | 0.67 | 22.22 | 0.47 | 0.22 |
| Hex | 54 | 32 | 1E | 0 | 28 | 40 | 43 | 16 | 2F | 16 |
| Octal | 124 | 62 | 36 | 0 | 50 | 100 | 103 | 26 | 57 | 26 |
| Binary | 1010100 | 110010 | 11110 | 0 | 101000 | 1000000 | 1000011 | 10110 | 101111 | 10110 |
Color Harmonies of #54321E
Complementary color
Monochromatic Colors of #54321E
Black with #54321E
Text Example
Text Example
White with #54321E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54321E; }
p { color: rgb(84,50,30); }
H1.HeaderClassName
{
color: #54321E;
}
.AnyTagClassName
{
color: #54321E;
}
</style>
background-color css
<style>
a { background-color: #54321E; }
a { background-color: rgb(84,50,30); }
div.DivClassName
{
background-color: #54321E;
}
.BgClassName
{
background-color: #54321E;
}
</style>
border-color css
<style>
span { border-color: #54321E; }
span { border-color: rgb(84,50,30); }
td.TdClassName
{
border-color: #54321E;
}
.TagClassName
{
border-color: #54321E;
}
</style>