Shades of Brown Bramble #55361E
Tints of Brown Bramble #55361E
RGB
CMYK
RGB Variations
Color information
#55361E (or 0x55361E) is known color: Brown Bramble. HEX triplet: 55, 36 and 1E. RGB value is (85,54,30). Sum of RGB (Red+Green+Blue) = 85+54+30=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #55361E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55361E is #AAC9E1. Grayscale: #3C3C3C. Windows color (decimal): -11192802 or 1979989. OLE color: 1979989.
HSL color Cylindrical-coordinate representation of color #55361E: hue angle of 26.18º 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 #55361E is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 54 | 30 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.67 |
| HSL | 26.18º | 0.48% | 0.23% | - |
| HSV(B) | 26.18º | 0.65% | 0.33% | - |
| XYZ | 5.3 | 4.66 | 1.85 | - |
| YUV | 60.53 | 110.77 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 30 | 0 | 0.36 | 0.65 | 0.67 | 26.18 | 0.48 | 0.23 |
| Hex | 55 | 36 | 1E | 0 | 24 | 41 | 43 | 1A | 30 | 17 |
| Octal | 125 | 66 | 36 | 0 | 44 | 101 | 103 | 32 | 60 | 27 |
| Binary | 1010101 | 110110 | 11110 | 0 | 100100 | 1000001 | 1000011 | 11010 | 110000 | 10111 |
Color Harmonies of #55361E
Complementary color
Monochromatic Colors of #55361E
Black with #55361E
Text Example
Text Example
White with #55361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55361E; }
p { color: rgb(85,54,30); }
H1.HeaderClassName
{
color: #55361E;
}
.AnyTagClassName
{
color: #55361E;
}
</style>
background-color css
<style>
a { background-color: #55361E; }
a { background-color: rgb(85,54,30); }
div.DivClassName
{
background-color: #55361E;
}
.BgClassName
{
background-color: #55361E;
}
</style>
border-color css
<style>
span { border-color: #55361E; }
span { border-color: rgb(85,54,30); }
td.TdClassName
{
border-color: #55361E;
}
.TagClassName
{
border-color: #55361E;
}
</style>