Shades of Brown Bramble #55361C
Tints of Brown Bramble #55361C
RGB
CMYK
RGB Variations
Color information
#55361C (or 0x55361C) is known color: Brown Bramble. HEX triplet: 55, 36 and 1C. RGB value is (85,54,28). Sum of RGB (Red+Green+Blue) = 85+54+28=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #55361C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55361C is #AAC9E3. Grayscale: #3C3C3C. Windows color (decimal): -11192804 or 1848917. OLE color: 1848917.
HSL color Cylindrical-coordinate representation of color #55361C: hue angle of 27.37º 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 #55361C is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 54 | 28 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.67 |
| HSL | 27.37º | 0.5% | 0.22% | - |
| HSV(B) | 27.37º | 0.67% | 0.33% | - |
| XYZ | 5.28 | 4.65 | 1.72 | - |
| YUV | 60.31 | 109.77 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 28 | 0 | 0.36 | 0.67 | 0.67 | 27.37 | 0.5 | 0.22 |
| Hex | 55 | 36 | 1C | 0 | 24 | 43 | 43 | 1B | 32 | 16 |
| Octal | 125 | 66 | 34 | 0 | 44 | 103 | 103 | 33 | 62 | 26 |
| Binary | 1010101 | 110110 | 11100 | 0 | 100100 | 1000011 | 1000011 | 11011 | 110010 | 10110 |
Color Harmonies of #55361C
Complementary color
Monochromatic Colors of #55361C
Black with #55361C
Text Example
Text Example
White with #55361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55361C; }
p { color: rgb(85,54,28); }
H1.HeaderClassName
{
color: #55361C;
}
.AnyTagClassName
{
color: #55361C;
}
</style>
background-color css
<style>
a { background-color: #55361C; }
a { background-color: rgb(85,54,28); }
div.DivClassName
{
background-color: #55361C;
}
.BgClassName
{
background-color: #55361C;
}
</style>
border-color css
<style>
span { border-color: #55361C; }
span { border-color: rgb(85,54,28); }
td.TdClassName
{
border-color: #55361C;
}
.TagClassName
{
border-color: #55361C;
}
</style>