Shades of Brown Bramble #55331D
Tints of Brown Bramble #55331D
RGB
CMYK
RGB Variations
Color information
#55331D (or 0x55331D) is known color: Brown Bramble. HEX triplet: 55, 33 and 1D. RGB value is (85,51,29). Sum of RGB (Red+Green+Blue) = 85+51+29=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55331D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55331D is #AACCE2. Grayscale: #3A3A3A. Windows color (decimal): -11193571 or 1913685. OLE color: 1913685.
HSL color Cylindrical-coordinate representation of color #55331D: hue angle of 23.57º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55331D is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 51 | 29 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.67 |
| HSL | 23.57º | 0.49% | 0.22% | - |
| HSV(B) | 23.57º | 0.66% | 0.33% | - |
| XYZ | 5.15 | 4.39 | 1.74 | - |
| YUV | 58.66 | 111.26 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 51 | 29 | 0 | 0.40 | 0.66 | 0.67 | 23.57 | 0.49 | 0.22 |
| Hex | 55 | 33 | 1D | 0 | 28 | 42 | 43 | 18 | 31 | 16 |
| Octal | 125 | 63 | 35 | 0 | 50 | 102 | 103 | 30 | 61 | 26 |
| Binary | 1010101 | 110011 | 11101 | 0 | 101000 | 1000010 | 1000011 | 11000 | 110001 | 10110 |
Color Harmonies of #55331D
Complementary color
Monochromatic Colors of #55331D
Black with #55331D
Text Example
Text Example
White with #55331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55331D; }
p { color: rgb(85,51,29); }
H1.HeaderClassName
{
color: #55331D;
}
.AnyTagClassName
{
color: #55331D;
}
</style>
background-color css
<style>
a { background-color: #55331D; }
a { background-color: rgb(85,51,29); }
div.DivClassName
{
background-color: #55331D;
}
.BgClassName
{
background-color: #55331D;
}
</style>
border-color css
<style>
span { border-color: #55331D; }
span { border-color: rgb(85,51,29); }
td.TdClassName
{
border-color: #55331D;
}
.TagClassName
{
border-color: #55331D;
}
</style>