Shades of Brown Bramble #54391E
Tints of Brown Bramble #54391E
RGB
CMYK
RGB Variations
Color information
#54391E (or 0x54391E) is known color: Brown Bramble. HEX triplet: 54, 39 and 1E. RGB value is (84,57,30). Sum of RGB (Red+Green+Blue) = 84+57+30=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #54391E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54391E is #ABC6E1. Grayscale: #3E3E3E. Windows color (decimal): -11257570 or 1980756. OLE color: 1980756.
HSL color Cylindrical-coordinate representation of color #54391E: hue angle of 30º 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 #54391E is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 57 | 30 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.67 |
| HSL | 30º | 0.47% | 0.22% | - |
| HSV(B) | 30º | 0.64% | 0.33% | - |
| XYZ | 5.35 | 4.9 | 1.89 | - |
| YUV | 62 | 109.95 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 57 | 30 | 0 | 0.32 | 0.64 | 0.67 | 30 | 0.47 | 0.22 |
| Hex | 54 | 39 | 1E | 0 | 20 | 40 | 43 | 1E | 2F | 16 |
| Octal | 124 | 71 | 36 | 0 | 40 | 100 | 103 | 36 | 57 | 26 |
| Binary | 1010100 | 111001 | 11110 | 0 | 100000 | 1000000 | 1000011 | 11110 | 101111 | 10110 |
Color Harmonies of #54391E
Complementary color
Monochromatic Colors of #54391E
Black with #54391E
Text Example
Text Example
White with #54391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54391E; }
p { color: rgb(84,57,30); }
H1.HeaderClassName
{
color: #54391E;
}
.AnyTagClassName
{
color: #54391E;
}
</style>
background-color css
<style>
a { background-color: #54391E; }
a { background-color: rgb(84,57,30); }
div.DivClassName
{
background-color: #54391E;
}
.BgClassName
{
background-color: #54391E;
}
</style>
border-color css
<style>
span { border-color: #54391E; }
span { border-color: rgb(84,57,30); }
td.TdClassName
{
border-color: #54391E;
}
.TagClassName
{
border-color: #54391E;
}
</style>