Shades of Brown Bramble #553321
Tints of Brown Bramble #553321
RGB
CMYK
RGB Variations
Color information
#553321 (or 0x553321) is known color: Brown Bramble. HEX triplet: 55, 33 and 21. RGB value is (85,51,33). Sum of RGB (Red+Green+Blue) = 85+51+33=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #553321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553321 is #AACCDE. Grayscale: #3B3B3B. Windows color (decimal): -11193567 or 2175829. OLE color: 2175829.
HSL color Cylindrical-coordinate representation of color #553321: hue angle of 20.77º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #553321 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 51 | 33 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.67 |
| HSL | 20.77º | 0.44% | 0.23% | - |
| HSV(B) | 20.77º | 0.61% | 0.33% | - |
| XYZ | 5.2 | 4.41 | 2.02 | - |
| YUV | 59.11 | 113.26 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 51 | 33 | 0 | 0.40 | 0.61 | 0.67 | 20.77 | 0.44 | 0.23 |
| Hex | 55 | 33 | 21 | 0 | 28 | 3D | 43 | 15 | 2C | 17 |
| Octal | 125 | 63 | 41 | 0 | 50 | 75 | 103 | 25 | 54 | 27 |
| Binary | 1010101 | 110011 | 100001 | 0 | 101000 | 111101 | 1000011 | 10101 | 101100 | 10111 |
Color Harmonies of #553321
Complementary color
Monochromatic Colors of #553321
Black with #553321
Text Example
Text Example
White with #553321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553321; }
p { color: rgb(85,51,33); }
H1.HeaderClassName
{
color: #553321;
}
.AnyTagClassName
{
color: #553321;
}
</style>
background-color css
<style>
a { background-color: #553321; }
a { background-color: rgb(85,51,33); }
div.DivClassName
{
background-color: #553321;
}
.BgClassName
{
background-color: #553321;
}
</style>
border-color css
<style>
span { border-color: #553321; }
span { border-color: rgb(85,51,33); }
td.TdClassName
{
border-color: #553321;
}
.TagClassName
{
border-color: #553321;
}
</style>