Shades of Brown Bramble #55341C
Tints of Brown Bramble #55341C
RGB
CMYK
RGB Variations
Color information
#55341C (or 0x55341C) is known color: Brown Bramble. HEX triplet: 55, 34 and 1C. RGB value is (85,52,28). Sum of RGB (Red+Green+Blue) = 85+52+28=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55341C is #AACBE3. Grayscale: #3B3B3B. Windows color (decimal): -11193316 or 1848405. OLE color: 1848405.
HSL color Cylindrical-coordinate representation of color #55341C: hue angle of 25.26º 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 #55341C is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 52 | 28 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.67 |
| HSL | 25.26º | 0.5% | 0.22% | - |
| HSV(B) | 25.26º | 0.67% | 0.33% | - |
| XYZ | 5.18 | 4.47 | 1.69 | - |
| YUV | 59.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 52 | 28 | 0 | 0.39 | 0.67 | 0.67 | 25.26 | 0.5 | 0.22 |
| Hex | 55 | 34 | 1C | 0 | 27 | 43 | 43 | 19 | 32 | 16 |
| Octal | 125 | 64 | 34 | 0 | 47 | 103 | 103 | 31 | 62 | 26 |
| Binary | 1010101 | 110100 | 11100 | 0 | 100111 | 1000011 | 1000011 | 11001 | 110010 | 10110 |
Color Harmonies of #55341C
Complementary color
Monochromatic Colors of #55341C
Black with #55341C
Text Example
Text Example
White with #55341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55341C; }
p { color: rgb(85,52,28); }
H1.HeaderClassName
{
color: #55341C;
}
.AnyTagClassName
{
color: #55341C;
}
</style>
background-color css
<style>
a { background-color: #55341C; }
a { background-color: rgb(85,52,28); }
div.DivClassName
{
background-color: #55341C;
}
.BgClassName
{
background-color: #55341C;
}
</style>
border-color css
<style>
span { border-color: #55341C; }
span { border-color: rgb(85,52,28); }
td.TdClassName
{
border-color: #55341C;
}
.TagClassName
{
border-color: #55341C;
}
</style>