Shades of Brown Bramble #55351C
Tints of Brown Bramble #55351C
RGB
CMYK
RGB Variations
Color information
#55351C (or 0x55351C) is known color: Brown Bramble. HEX triplet: 55, 35 and 1C. RGB value is (85,53,28). Sum of RGB (Red+Green+Blue) = 85+53+28=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #55351C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55351C is #AACAE3. Grayscale: #3B3B3B. Windows color (decimal): -11193060 or 1848661. OLE color: 1848661.
HSL color Cylindrical-coordinate representation of color #55351C: hue angle of 26.32º 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 #55351C is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 53 | 28 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.67 |
| HSL | 26.32º | 0.5% | 0.22% | - |
| HSV(B) | 26.32º | 0.67% | 0.33% | - |
| XYZ | 5.23 | 4.56 | 1.7 | - |
| YUV | 59.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 28 | 0 | 0.38 | 0.67 | 0.67 | 26.32 | 0.5 | 0.22 |
| Hex | 55 | 35 | 1C | 0 | 26 | 43 | 43 | 1A | 32 | 16 |
| Octal | 125 | 65 | 34 | 0 | 46 | 103 | 103 | 32 | 62 | 26 |
| Binary | 1010101 | 110101 | 11100 | 0 | 100110 | 1000011 | 1000011 | 11010 | 110010 | 10110 |
Color Harmonies of #55351C
Complementary color
Monochromatic Colors of #55351C
Black with #55351C
Text Example
Text Example
White with #55351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55351C; }
p { color: rgb(85,53,28); }
H1.HeaderClassName
{
color: #55351C;
}
.AnyTagClassName
{
color: #55351C;
}
</style>
background-color css
<style>
a { background-color: #55351C; }
a { background-color: rgb(85,53,28); }
div.DivClassName
{
background-color: #55351C;
}
.BgClassName
{
background-color: #55351C;
}
</style>
border-color css
<style>
span { border-color: #55351C; }
span { border-color: rgb(85,53,28); }
td.TdClassName
{
border-color: #55351C;
}
.TagClassName
{
border-color: #55351C;
}
</style>