Shades of Brown Bramble #55351E
Tints of Brown Bramble #55351E
RGB
CMYK
RGB Variations
Color information
#55351E (or 0x55351E) is known color: Brown Bramble. HEX triplet: 55, 35 and 1E. RGB value is (85,53,30). Sum of RGB (Red+Green+Blue) = 85+53+30=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #55351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55351E is #AACAE1. Grayscale: #3C3C3C. Windows color (decimal): -11193058 or 1979733. OLE color: 1979733.
HSL color Cylindrical-coordinate representation of color #55351E: hue angle of 25.09º 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 #55351E is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 53 | 30 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.67 |
| HSL | 25.09º | 0.48% | 0.23% | - |
| HSV(B) | 25.09º | 0.65% | 0.33% | - |
| XYZ | 5.25 | 4.57 | 1.83 | - |
| YUV | 59.95 | 111.1 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 30 | 0 | 0.38 | 0.65 | 0.67 | 25.09 | 0.48 | 0.23 |
| Hex | 55 | 35 | 1E | 0 | 26 | 41 | 43 | 19 | 30 | 17 |
| Octal | 125 | 65 | 36 | 0 | 46 | 101 | 103 | 31 | 60 | 27 |
| Binary | 1010101 | 110101 | 11110 | 0 | 100110 | 1000001 | 1000011 | 11001 | 110000 | 10111 |
Color Harmonies of #55351E
Complementary color
Monochromatic Colors of #55351E
Black with #55351E
Text Example
Text Example
White with #55351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55351E; }
p { color: rgb(85,53,30); }
H1.HeaderClassName
{
color: #55351E;
}
.AnyTagClassName
{
color: #55351E;
}
</style>
background-color css
<style>
a { background-color: #55351E; }
a { background-color: rgb(85,53,30); }
div.DivClassName
{
background-color: #55351E;
}
.BgClassName
{
background-color: #55351E;
}
</style>
border-color css
<style>
span { border-color: #55351E; }
span { border-color: rgb(85,53,30); }
td.TdClassName
{
border-color: #55351E;
}
.TagClassName
{
border-color: #55351E;
}
</style>