Shades of Brown Bramble #55391C
Tints of Brown Bramble #55391C
RGB
CMYK
RGB Variations
Color information
#55391C (or 0x55391C) is known color: Brown Bramble. HEX triplet: 55, 39 and 1C. RGB value is (85,57,28). Sum of RGB (Red+Green+Blue) = 85+57+28=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #55391C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55391C is #AAC6E3. Grayscale: #3E3E3E. Windows color (decimal): -11192036 or 1849685. OLE color: 1849685.
HSL color Cylindrical-coordinate representation of color #55391C: hue angle of 30.53º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55391C is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 57 | 28 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.67 |
| HSL | 30.53º | 0.5% | 0.22% | - |
| HSV(B) | 30.53º | 0.67% | 0.33% | - |
| XYZ | 5.42 | 4.94 | 1.77 | - |
| YUV | 62.07 | 108.78 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 57 | 28 | 0 | 0.33 | 0.67 | 0.67 | 30.53 | 0.5 | 0.22 |
| Hex | 55 | 39 | 1C | 0 | 21 | 43 | 43 | 1F | 32 | 16 |
| Octal | 125 | 71 | 34 | 0 | 41 | 103 | 103 | 37 | 62 | 26 |
| Binary | 1010101 | 111001 | 11100 | 0 | 100001 | 1000011 | 1000011 | 11111 | 110010 | 10110 |
Color Harmonies of #55391C
Complementary color
Monochromatic Colors of #55391C
Black with #55391C
Text Example
Text Example
White with #55391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55391C; }
p { color: rgb(85,57,28); }
H1.HeaderClassName
{
color: #55391C;
}
.AnyTagClassName
{
color: #55391C;
}
</style>
background-color css
<style>
a { background-color: #55391C; }
a { background-color: rgb(85,57,28); }
div.DivClassName
{
background-color: #55391C;
}
.BgClassName
{
background-color: #55391C;
}
</style>
border-color css
<style>
span { border-color: #55391C; }
span { border-color: rgb(85,57,28); }
td.TdClassName
{
border-color: #55391C;
}
.TagClassName
{
border-color: #55391C;
}
</style>