Shades of Brown Bramble #54391F
Tints of Brown Bramble #54391F
RGB
CMYK
RGB Variations
Color information
#54391F (or 0x54391F) is known color: Brown Bramble. HEX triplet: 54, 39 and 1F. RGB value is (84,57,31). Sum of RGB (Red+Green+Blue) = 84+57+31=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #54391F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54391F is #ABC6E0. Grayscale: #3E3E3E. Windows color (decimal): -11257569 or 2046292. OLE color: 2046292.
HSL color Cylindrical-coordinate representation of color #54391F: hue angle of 29.43º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54391F is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 57 | 31 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.67 |
| HSL | 29.43º | 0.46% | 0.23% | - |
| HSV(B) | 29.43º | 0.63% | 0.33% | - |
| XYZ | 5.37 | 4.91 | 1.96 | - |
| YUV | 62.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 57 | 31 | 0 | 0.32 | 0.63 | 0.67 | 29.43 | 0.46 | 0.23 |
| Hex | 54 | 39 | 1F | 0 | 20 | 3F | 43 | 1D | 2E | 17 |
| Octal | 124 | 71 | 37 | 0 | 40 | 77 | 103 | 35 | 56 | 27 |
| Binary | 1010100 | 111001 | 11111 | 0 | 100000 | 111111 | 1000011 | 11101 | 101110 | 10111 |
Color Harmonies of #54391F
Complementary color
Monochromatic Colors of #54391F
Black with #54391F
Text Example
Text Example
White with #54391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54391F; }
p { color: rgb(84,57,31); }
H1.HeaderClassName
{
color: #54391F;
}
.AnyTagClassName
{
color: #54391F;
}
</style>
background-color css
<style>
a { background-color: #54391F; }
a { background-color: rgb(84,57,31); }
div.DivClassName
{
background-color: #54391F;
}
.BgClassName
{
background-color: #54391F;
}
</style>
border-color css
<style>
span { border-color: #54391F; }
span { border-color: rgb(84,57,31); }
td.TdClassName
{
border-color: #54391F;
}
.TagClassName
{
border-color: #54391F;
}
</style>