Shades of Brown Bramble #55311E
Tints of Brown Bramble #55311E
RGB
CMYK
RGB Variations
Color information
#55311E (or 0x55311E) is known color: Brown Bramble. HEX triplet: 55, 31 and 1E. RGB value is (85,49,30). Sum of RGB (Red+Green+Blue) = 85+49+30=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #55311E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55311E is #AACEE1. Grayscale: #393939. Windows color (decimal): -11194082 or 1978709. OLE color: 1978709.
HSL color Cylindrical-coordinate representation of color #55311E: hue angle of 20.73º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55311E is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 49 | 30 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.67 |
| HSL | 20.73º | 0.48% | 0.23% | - |
| HSV(B) | 20.73º | 0.65% | 0.33% | - |
| XYZ | 5.08 | 4.22 | 1.78 | - |
| YUV | 57.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 49 | 30 | 0 | 0.42 | 0.65 | 0.67 | 20.73 | 0.48 | 0.23 |
| Hex | 55 | 31 | 1E | 0 | 2A | 41 | 43 | 15 | 30 | 17 |
| Octal | 125 | 61 | 36 | 0 | 52 | 101 | 103 | 25 | 60 | 27 |
| Binary | 1010101 | 110001 | 11110 | 0 | 101010 | 1000001 | 1000011 | 10101 | 110000 | 10111 |
Color Harmonies of #55311E
Complementary color
Monochromatic Colors of #55311E
Black with #55311E
Text Example
Text Example
White with #55311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55311E; }
p { color: rgb(85,49,30); }
H1.HeaderClassName
{
color: #55311E;
}
.AnyTagClassName
{
color: #55311E;
}
</style>
background-color css
<style>
a { background-color: #55311E; }
a { background-color: rgb(85,49,30); }
div.DivClassName
{
background-color: #55311E;
}
.BgClassName
{
background-color: #55311E;
}
</style>
border-color css
<style>
span { border-color: #55311E; }
span { border-color: rgb(85,49,30); }
td.TdClassName
{
border-color: #55311E;
}
.TagClassName
{
border-color: #55311E;
}
</style>