Shades of Brown Bramble #55351F
Tints of Brown Bramble #55351F
RGB
CMYK
RGB Variations
Color information
#55351F (or 0x55351F) is known color: Brown Bramble. HEX triplet: 55, 35 and 1F. RGB value is (85,53,31). Sum of RGB (Red+Green+Blue) = 85+53+31=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #55351F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55351F is #AACAE0. Grayscale: #3C3C3C. Windows color (decimal): -11193057 or 2045269. OLE color: 2045269.
HSL color Cylindrical-coordinate representation of color #55351F: hue angle of 24.44º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55351F is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 53 | 31 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.67 |
| HSL | 24.44º | 0.47% | 0.23% | - |
| HSV(B) | 24.44º | 0.64% | 0.33% | - |
| XYZ | 5.27 | 4.58 | 1.9 | - |
| YUV | 60.06 | 111.6 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 31 | 0 | 0.38 | 0.64 | 0.67 | 24.44 | 0.47 | 0.23 |
| Hex | 55 | 35 | 1F | 0 | 26 | 40 | 43 | 18 | 2F | 17 |
| Octal | 125 | 65 | 37 | 0 | 46 | 100 | 103 | 30 | 57 | 27 |
| Binary | 1010101 | 110101 | 11111 | 0 | 100110 | 1000000 | 1000011 | 11000 | 101111 | 10111 |
Color Harmonies of #55351F
Complementary color
Monochromatic Colors of #55351F
Black with #55351F
Text Example
Text Example
White with #55351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55351F; }
p { color: rgb(85,53,31); }
H1.HeaderClassName
{
color: #55351F;
}
.AnyTagClassName
{
color: #55351F;
}
</style>
background-color css
<style>
a { background-color: #55351F; }
a { background-color: rgb(85,53,31); }
div.DivClassName
{
background-color: #55351F;
}
.BgClassName
{
background-color: #55351F;
}
</style>
border-color css
<style>
span { border-color: #55351F; }
span { border-color: rgb(85,53,31); }
td.TdClassName
{
border-color: #55351F;
}
.TagClassName
{
border-color: #55351F;
}
</style>